#966C42

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

Shades of McKenzie #966C42

Tints of McKenzie #966C42

Color information

#966C42 (or 0x966C42) is unknown color: approx McKenzie. HEX triplet: 96, 6C and 42. RGB value is (150,108,66). Sum of RGB (Red+Green+Blue) = 150+108+66=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #966C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966C42 is #6993BD. Grayscale: #737373. Windows color (decimal): -6919102 or 4353174. OLE color: 4353174.

HSL color Cylindrical-coordinate representation of color #966C42: hue angle of 30º 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 #966C42 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB15010866-
CMYK00.280.560.41
HSL30º38.89%42.35%-
HSV(B)30º56%58.82%-
XYZ18.9217.67.55-
YUV115.7799.91152.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 108 (42.58% from 255) = 33.33%
BLUE value IS 66 (26.17% from 255) = 20.37%
R=46.30%
G=33.33%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.56
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501086600.280.560.413038.8942.35
Hex966C4201C38291e272a
Octal2261541020347051364752
Binary100101101101100100001001110011100010100111110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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