#968C46

Color #968C46 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #968C46

Tints of Highball #968C46

Color information

#968C46 (or 0x968C46) is unknown color: approx Highball. HEX triplet: 96, 8C and 46. RGB value is (150,140,70). Sum of RGB (Red+Green+Blue) = 150+140+70=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #968C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #968C46 is #6973B9. Grayscale: #878787. Windows color (decimal): -6910906 or 4623510. OLE color: 4623510.

HSL color Cylindrical-coordinate representation of color #968C46: hue angle of 52.5º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #968C46 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB15014070-
CMYK00.070.530.41
HSL52.5º36.36%43.14%-
HSV(B)52.5º53.33%58.82%-
XYZ23.0625.689.54-
YUV135.0191.31138.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 140 (55.08% from 255) = 38.89%
BLUE value IS 70 (27.73% from 255) = 19.44%
R=41.67%
G=38.89%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501407000.070.530.4152.536.3643.14
Hex968C4607352934242b
Octal226214106076551644453
Binary100101101000110010001100111110101101001110100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968C46; }

 p { color: rgb(150,140,70); }

 H1.HeaderClassName
 {
   color: #968C46;
 }
 .AnyTagClassName
 {
   color: #968C46;
 }
</style>
background-color css

<style>
 a { background-color: #968C46; }

 a { background-color: rgb(150,140,70); }

 div.DivClassName
 {
   background-color: #968C46;
 }
 .BgClassName
 {
   background-color: #968C46;
 }
</style>
border-color css

<style>
 span { border-color: #968C46; }

 span { border-color: rgb(150,140,70); }

 td.TdClassName
 {
   border-color: #968C46;
 }
 .TagClassName
 {
   border-color: #968C46;
 }
</style>