Shades of McKenzie #896D3C
Tints of McKenzie #896D3C
RGB
CMYK
RGB Variations
Color information
#896D3C (or 0x896D3C) is known color: McKenzie. HEX triplet: 89, 6D and 3C. RGB value is (137,109,60). Sum of RGB (Red+Green+Blue) = 137+109+60=306 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.77% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 137 - color contains mainly: red. Hex color #896D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896D3C is #7692C3. Grayscale: #707070. Windows color (decimal): -7770820 or 3960201. OLE color: 3960201.
HSL color Cylindrical-coordinate representation of color #896D3C: hue angle of 38.18º 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 #896D3C is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 60 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.46 |
| HSL | 38.18º | 0.39% | 0.39% | - |
| HSV(B) | 38.18º | 0.56% | 0.54% | - |
| XYZ | 16.6 | 16.58 | 6.6 | - |
| YUV | 111.79 | 98.78 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 60 | 0 | 0.20 | 0.56 | 0.46 | 38.18 | 0.39 | 0.39 |
| Hex | 89 | 6D | 3C | 0 | 14 | 38 | 2E | 26 | 27 | 27 |
| Octal | 211 | 155 | 74 | 0 | 24 | 70 | 56 | 46 | 47 | 47 |
| Binary | 10001001 | 1101101 | 111100 | 0 | 10100 | 111000 | 101110 | 100110 | 100111 | 100111 |
Color Harmonies of #896D3C
Complementary color
Monochromatic Colors of #896D3C
Black with #896D3C
Text Example
Text Example
White with #896D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D3C; }
p { color: rgb(137,109,60); }
H1.HeaderClassName
{
color: #896D3C;
}
.AnyTagClassName
{
color: #896D3C;
}
</style>
background-color css
<style>
a { background-color: #896D3C; }
a { background-color: rgb(137,109,60); }
div.DivClassName
{
background-color: #896D3C;
}
.BgClassName
{
background-color: #896D3C;
}
</style>
border-color css
<style>
span { border-color: #896D3C; }
span { border-color: rgb(137,109,60); }
td.TdClassName
{
border-color: #896D3C;
}
.TagClassName
{
border-color: #896D3C;
}
</style>