#966c40

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

Shades of McKenzie #966C40

Tints of McKenzie #966C40

Color information

#966C40 (or 0x966C40) is unknown color: approx McKenzie. HEX triplet: 96, 6C and 40. RGB value is (150,108,64). Sum of RGB (Red+Green+Blue) = 150+108+64=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #966C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966C40 is #6993BF. Grayscale: #737373. Windows color (decimal): -6919104 or 4222102. OLE color: 4222102.

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

Color convert

RGB15010864-
CMYK00.280.570.41
HSL30.7º40.19%41.96%-
HSV(B)30.7º57.33%58.82%-
XYZ18.8717.587.25-
YUV115.5498.91152.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.58%
GREEN value IS 108 (42.58% from 255) = 33.54%
BLUE value IS 64 (25.39% from 255) = 19.88%
R=46.58%
G=33.54%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501086400.280.570.4130.740.1941.96
Hex966C4001C39291f282a
Octal2261541000347151375052
Binary100101101101100100000001110011100110100111111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966c40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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