Shades of McKenzie #896E3E
Tints of McKenzie #896E3E
RGB
CMYK
RGB Variations
Color information
#896E3E (or 0x896E3E) is known color: McKenzie. HEX triplet: 89, 6E and 3E. RGB value is (137,110,62). Sum of RGB (Red+Green+Blue) = 137+110+62=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #896E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896E3E is #7691C1. Grayscale: #707070. Windows color (decimal): -7770562 or 4091529. OLE color: 4091529.
HSL color Cylindrical-coordinate representation of color #896E3E: hue angle of 38.4º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #896E3E is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 110 | 62 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.46 |
| HSL | 38.4º | 0.38% | 0.39% | - |
| HSV(B) | 38.4º | 0.55% | 0.54% | - |
| XYZ | 16.76 | 16.82 | 6.92 | - |
| YUV | 112.6 | 99.45 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 62 | 0 | 0.20 | 0.55 | 0.46 | 38.4 | 0.38 | 0.39 |
| Hex | 89 | 6E | 3E | 0 | 14 | 37 | 2E | 26 | 26 | 27 |
| Octal | 211 | 156 | 76 | 0 | 24 | 67 | 56 | 46 | 46 | 47 |
| Binary | 10001001 | 1101110 | 111110 | 0 | 10100 | 110111 | 101110 | 100110 | 100110 | 100111 |
Color Harmonies of #896E3E
Complementary color
Monochromatic Colors of #896E3E
Black with #896E3E
Text Example
Text Example
White with #896E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896E3E; }
p { color: rgb(137,110,62); }
H1.HeaderClassName
{
color: #896E3E;
}
.AnyTagClassName
{
color: #896E3E;
}
</style>
background-color css
<style>
a { background-color: #896E3E; }
a { background-color: rgb(137,110,62); }
div.DivClassName
{
background-color: #896E3E;
}
.BgClassName
{
background-color: #896E3E;
}
</style>
border-color css
<style>
span { border-color: #896E3E; }
span { border-color: rgb(137,110,62); }
td.TdClassName
{
border-color: #896E3E;
}
.TagClassName
{
border-color: #896E3E;
}
</style>