#966B3E

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

Shades of McKenzie #966B3E

Tints of McKenzie #966B3E

Color information

#966B3E (or 0x966B3E) is unknown color: approx McKenzie. HEX triplet: 96, 6B and 3E. RGB value is (150,107,62). Sum of RGB (Red+Green+Blue) = 150+107+62=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #966B3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B3E is #6994C1. Grayscale: #727272. Windows color (decimal): -6919362 or 4090774. OLE color: 4090774.

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

Color convert

RGB15010762-
CMYK00.290.590.41
HSL30.68º41.51%41.57%-
HSV(B)30.68º58.67%58.82%-
XYZ18.717.356.92-
YUV114.7398.25153.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.02%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 62 (24.61% from 255) = 19.44%
R=47.02%
G=33.54%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501076200.290.590.4130.6841.5141.57
Hex966B3E01D3B291f2a2a
Octal226153760357351375252
Binary10010110110101111111001110111101110100111111101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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