#966E40

Color #966E40 McKenzie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of McKenzie #966E40

Tints of McKenzie #966E40

Color information

#966E40 (or 0x966E40) is unknown color: approx McKenzie. HEX triplet: 96, 6E and 40. RGB value is (150,110,64). Sum of RGB (Red+Green+Blue) = 150+110+64=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 64 (25.39% from 255 or 19.75% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #966E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E40 is #6991BF. Grayscale: #747474. Windows color (decimal): -6918592 or 4222614. OLE color: 4222614.

HSL color Cylindrical-coordinate representation of color #966E40: hue angle of 32.09º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #966E40 is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB15011064-
CMYK00.270.570.41
HSL32.09º40.19%41.96%-
HSV(B)32.09º57.33%58.82%-
XYZ19.0818.017.32-
YUV116.7298.25151.74-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 64 (25.39% from 255) = 19.75%
R=46.30%
G=33.95%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501106400.270.570.4132.0940.1941.96
Hex966E4001B392920282a
Octal2261561000337151405052
Binary1001011011011101000000011011111001101001100000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966E40; }

 p { color: rgb(150,110,64); }

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

<style>
 a { background-color: #966E40; }

 a { background-color: rgb(150,110,64); }

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

<style>
 span { border-color: #966E40; }

 span { border-color: rgb(150,110,64); }

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