#896F3C

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

Shades of McKenzie #896F3C

Tints of McKenzie #896F3C

Color information

#896F3C (or 0x896F3C) is unknown color: approx McKenzie. HEX triplet: 89, 6F and 3C. RGB value is (137,111,60). Sum of RGB (Red+Green+Blue) = 137+111+60=308 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.48% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 137 - color contains mainly: red. Hex color #896F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896F3C is #7690C3. Grayscale: #717171. Windows color (decimal): -7770308 or 3960713. OLE color: 3960713.

HSL color Cylindrical-coordinate representation of color #896F3C: hue angle of 39.74º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #896F3C is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB13711160-
CMYK00.190.560.46
HSL39.74º39.09%38.63%-
HSV(B)39.74º56.2%53.73%-
XYZ16.8217.016.67-
YUV112.9698.11145.15-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.48%
GREEN value IS 111 (43.75% from 255) = 36.04%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=44.48%
G=36.04%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371116000.190.560.4639.7439.0938.63
Hex896F3C013382E282727
Octal211157740237056504747
Binary100010011101111111100010011111000101110101000100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896F3C; }

 p { color: rgb(137,111,60); }

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

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

 a { background-color: rgb(137,111,60); }

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

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

 span { border-color: rgb(137,111,60); }

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