#966D41

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

Shades of McKenzie #966D41

Tints of McKenzie #966D41

Color information

#966D41 (or 0x966D41) is unknown color: approx McKenzie. HEX triplet: 96, 6D and 41. RGB value is (150,109,65). Sum of RGB (Red+Green+Blue) = 150+109+65=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #966D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D41 is #6992BE. Grayscale: #747474. Windows color (decimal): -6918847 or 4287894. OLE color: 4287894.

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

Color convert

RGB15010965-
CMYK00.270.570.41
HSL31.06º39.53%42.16%-
HSV(B)31.06º56.67%58.82%-
XYZ1917.87.44-
YUV116.2499.08152.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 109 (42.97% from 255) = 33.64%
BLUE value IS 65 (25.78% from 255) = 20.06%
R=46.30%
G=33.64%
B=20.06%

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
Decimal1501096500.270.570.4131.0639.5342.16
Hex966D4101B39291f282a
Octal2261551010337151375052
Binary100101101101101100000101101111100110100111111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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