#966E41

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

Shades of McKenzie #966E41

Tints of McKenzie #966E41

Color information

#966E41 (or 0x966E41) is unknown color: approx McKenzie. HEX triplet: 96, 6E and 41. RGB value is (150,110,65). Sum of RGB (Red+Green+Blue) = 150+110+65=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #966E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E41 is #6991BE. Grayscale: #757575. Windows color (decimal): -6918591 or 4288150. OLE color: 4288150.

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

Color convert

RGB15011065-
CMYK00.270.570.41
HSL31.76º39.53%42.16%-
HSV(B)31.76º56.67%58.82%-
XYZ19.1118.027.47-
YUV116.8398.75151.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.15%
GREEN value IS 110 (43.36% from 255) = 33.85%
BLUE value IS 65 (25.78% from 255) = 20%
R=46.15%
G=33.85%
B=20%

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
Decimal1501106500.270.570.4131.7639.5342.16
Hex966E4101B392920282a
Octal2261561010337151405052
Binary1001011011011101000001011011111001101001100000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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