#966D40

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

Shades of McKenzie #966D40

Tints of McKenzie #966D40

Color information

#966D40 (or 0x966D40) is unknown color: approx McKenzie. HEX triplet: 96, 6D and 40. RGB value is (150,109,64). Sum of RGB (Red+Green+Blue) = 150+109+64=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #966D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D40 is #6992BF. Grayscale: #747474. Windows color (decimal): -6918848 or 4222358. OLE color: 4222358.

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

Color convert

RGB15010964-
CMYK00.270.570.41
HSL31.4º40.19%41.96%-
HSV(B)31.4º57.33%58.82%-
XYZ18.9717.797.28-
YUV116.1398.58152.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.44%
GREEN value IS 109 (42.97% from 255) = 33.75%
BLUE value IS 64 (25.39% from 255) = 19.81%
R=46.44%
G=33.75%
B=19.81%

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
Decimal1501096400.270.570.4131.440.1941.96
Hex966D4001B39291f282a
Octal2261551000337151375052
Binary100101101101101100000001101111100110100111111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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