Shades of McKenzie #876E3E
Tints of McKenzie #876E3E
RGB
CMYK
RGB Variations
Color information
#876E3E (or 0x876E3E) is known color: McKenzie. HEX triplet: 87, 6E and 3E. RGB value is (135,110,62). Sum of RGB (Red+Green+Blue) = 135+110+62=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 62 (24.61% from 255 or 20.20% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #876E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876E3E is #7891C1. Grayscale: #707070. Windows color (decimal): -7901634 or 4091527. OLE color: 4091527.
HSL color Cylindrical-coordinate representation of color #876E3E: hue angle of 39.45º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #876E3E is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 62 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.47 |
| HSL | 39.45º | 0.37% | 0.39% | - |
| HSV(B) | 39.45º | 0.54% | 0.53% | - |
| XYZ | 16.44 | 16.65 | 6.9 | - |
| YUV | 112 | 99.78 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 62 | 0 | 0.19 | 0.54 | 0.47 | 39.45 | 0.37 | 0.39 |
| Hex | 87 | 6E | 3E | 0 | 13 | 36 | 2F | 27 | 25 | 27 |
| Octal | 207 | 156 | 76 | 0 | 23 | 66 | 57 | 47 | 45 | 47 |
| Binary | 10000111 | 1101110 | 111110 | 0 | 10011 | 110110 | 101111 | 100111 | 100101 | 100111 |
Color Harmonies of #876E3E
Complementary color
Monochromatic Colors of #876E3E
Black with #876E3E
Text Example
Text Example
White with #876E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E3E; }
p { color: rgb(135,110,62); }
H1.HeaderClassName
{
color: #876E3E;
}
.AnyTagClassName
{
color: #876E3E;
}
</style>
background-color css
<style>
a { background-color: #876E3E; }
a { background-color: rgb(135,110,62); }
div.DivClassName
{
background-color: #876E3E;
}
.BgClassName
{
background-color: #876E3E;
}
</style>
border-color css
<style>
span { border-color: #876E3E; }
span { border-color: rgb(135,110,62); }
td.TdClassName
{
border-color: #876E3E;
}
.TagClassName
{
border-color: #876E3E;
}
</style>