#896D3F

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

Shades of McKenzie #896D3F

Tints of McKenzie #896D3F

Color information

#896D3F (or 0x896D3F) is unknown color: approx McKenzie. HEX triplet: 89, 6D and 3F. RGB value is (137,109,63). Sum of RGB (Red+Green+Blue) = 137+109+63=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #896D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896D3F is #7692C0. Grayscale: #707070. Windows color (decimal): -7770817 or 4156809. OLE color: 4156809.

HSL color Cylindrical-coordinate representation of color #896D3F: hue angle of 37.3º 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 #896D3F is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB13710963-
CMYK00.200.540.46
HSL37.3º37%39.22%-
HSV(B)37.3º54.01%53.73%-
XYZ16.6816.617.03-
YUV112.13100.28145.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 63 (25% from 255) = 20.39%
R=44.34%
G=35.28%
B=20.39%

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
Decimal1371096300.200.540.4637.33739.22
Hex896D3F014362E252527
Octal211155770246656454547
Binary100010011101101111111010100110110101110100101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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