#896E3F

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

Shades of McKenzie #896E3F

Tints of McKenzie #896E3F

Color information

#896E3F (or 0x896E3F) is unknown color: approx McKenzie. HEX triplet: 89, 6E and 3F. RGB value is (137,110,63). Sum of RGB (Red+Green+Blue) = 137+110+63=310 (41% of max value = 765). Red value is 137 (53.91% from 255 or 44.19% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 137 - color contains mainly: red. Hex color #896E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896E3F is #7691C0. Grayscale: #707070. Windows color (decimal): -7770561 or 4157065. OLE color: 4157065.

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

Color convert

RGB13711063-
CMYK00.200.540.46
HSL38.11º37%39.22%-
HSV(B)38.11º54.01%53.73%-
XYZ16.7916.837.07-
YUV112.7199.95145.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.19%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 63 (25% from 255) = 20.32%
R=44.19%
G=35.48%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371106300.200.540.4638.113739.22
Hex896E3F014362E262527
Octal211156770246656464547
Binary100010011101110111111010100110110101110100110100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,110,63); }

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

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

 a { background-color: rgb(137,110,63); }

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

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

 span { border-color: rgb(137,110,63); }

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