Shades of McKenzie #896D3F
Tints of McKenzie #896D3F
RGB
CMYK
RGB Variations
Color information
#896D3F (or 0x896D3F) is known color: 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
| RGB | 137 | 109 | 63 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.46 |
| HSL | 37.3º | 0.37% | 0.39% | - |
| HSV(B) | 37.3º | 0.54% | 0.54% | - |
| XYZ | 16.68 | 16.61 | 7.03 | - |
| YUV | 112.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 63 | 0 | 0.20 | 0.54 | 0.46 | 37.3 | 0.37 | 0.39 |
| Hex | 89 | 6D | 3F | 0 | 14 | 36 | 2E | 25 | 25 | 27 |
| Octal | 211 | 155 | 77 | 0 | 24 | 66 | 56 | 45 | 45 | 47 |
| Binary | 10001001 | 1101101 | 111111 | 0 | 10100 | 110110 | 101110 | 100101 | 100101 | 100111 |
Color Harmonies of #896D3F
Complementary color
Monochromatic Colors of #896D3F
Black with #896D3F
Text Example
Text Example
White with #896D3F
Text Example
Text Example
HTML Codes & Css Web 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>