#966E3E

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

Shades of McKenzie #966E3E

Tints of McKenzie #966E3E

Color information

#966E3E (or 0x966E3E) is unknown color: approx McKenzie. HEX triplet: 96, 6E and 3E. RGB value is (150,110,62). Sum of RGB (Red+Green+Blue) = 150+110+62=322 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.58% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 150 - color contains mainly: red. Hex color #966E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E3E is #6991C1. Grayscale: #747474. Windows color (decimal): -6918594 or 4091542. OLE color: 4091542.

HSL color Cylindrical-coordinate representation of color #966E3E: hue angle of 32.73º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #966E3E is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB15011062-
CMYK00.270.590.41
HSL32.73º41.51%41.57%-
HSV(B)32.73º58.67%58.82%-
XYZ19.0217.987.03-
YUV116.4997.25151.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.58%
GREEN value IS 110 (43.36% from 255) = 34.16%
BLUE value IS 62 (24.61% from 255) = 19.25%
R=46.58%
G=34.16%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501106200.270.590.4132.7341.5141.57
Hex966E3E01B3B29212a2a
Octal226156760337351415252
Binary100101101101110111110011011111011101001100001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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