#966C3B

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

Shades of McKenzie #966C3B

Tints of McKenzie #966C3B

Color information

#966C3B (or 0x966C3B) is unknown color: approx McKenzie. HEX triplet: 96, 6C and 3B. RGB value is (150,108,59). Sum of RGB (Red+Green+Blue) = 150+108+59=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #966C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966C3B is #6993C4. Grayscale: #737373. Windows color (decimal): -6919109 or 3894422. OLE color: 3894422.

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

Color convert

RGB15010859-
CMYK00.280.610.41
HSL32.31º43.54%40.98%-
HSV(B)32.31º60.67%58.82%-
XYZ18.7317.526.53-
YUV114.9796.41152.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.32%
GREEN value IS 108 (42.58% from 255) = 34.07%
BLUE value IS 59 (23.44% from 255) = 18.61%
R=47.32%
G=34.07%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501085900.280.610.4132.3143.5440.98
Hex966C3B01C3D29202c29
Octal226154730347551405451
Binary100101101101100111011011100111101101001100000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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