#966E42

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

Shades of McKenzie #966E42

Tints of McKenzie #966E42

Color information

#966E42 (or 0x966E42) is unknown color: approx McKenzie. HEX triplet: 96, 6E and 42. RGB value is (150,110,66). Sum of RGB (Red+Green+Blue) = 150+110+66=326 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.01% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 150 - color contains mainly: red. Hex color #966E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E42 is #6991BD. Grayscale: #757575. Windows color (decimal): -6918590 or 4353686. OLE color: 4353686.

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

Color convert

RGB15011066-
CMYK00.270.560.41
HSL31.43º38.89%42.35%-
HSV(B)31.43º56%58.82%-
XYZ19.1418.037.63-
YUV116.9499.25151.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.01%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 66 (26.17% from 255) = 20.25%
R=46.01%
G=33.74%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501106600.270.560.4131.4338.8942.35
Hex966E4201B38291f272a
Octal2261561020337051374752
Binary100101101101110100001001101111100010100111111100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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