#966640

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

Shades of McKenzie #966640

Tints of McKenzie #966640

Color information

#966640 (or 0x966640) is unknown color: approx McKenzie. HEX triplet: 96, 66 and 40. RGB value is (150,102,64). Sum of RGB (Red+Green+Blue) = 150+102+64=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 64 (25.39% from 255 or 20.25% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #966640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966640 is #6999BF. Grayscale: #707070. Windows color (decimal): -6920640 or 4220566. OLE color: 4220566.

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

Color convert

RGB15010264-
CMYK00.320.570.41
HSL26.51º40.19%41.96%-
HSV(B)26.51º57.33%58.82%-
XYZ18.2516.367.05-
YUV112.02100.9155.09-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.47%
GREEN value IS 102 (40.23% from 255) = 32.28%
BLUE value IS 64 (25.39% from 255) = 20.25%
R=47.47%
G=32.28%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501026400.320.570.4126.5140.1941.96
Hex96664002039291b282a
Octal2261461000407151335052
Binary1001011011001101000000010000011100110100111011101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966640; }

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

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

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

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

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

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

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

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