Shades of McKenzie #876E3C
Tints of McKenzie #876E3C
RGB
CMYK
RGB Variations
Color information
#876E3C (or 0x876E3C) is known color: McKenzie. HEX triplet: 87, 6E and 3C. RGB value is (135,110,60). Sum of RGB (Red+Green+Blue) = 135+110+60=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #876E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876E3C is #7891C3. Grayscale: #6F6F6F. Windows color (decimal): -7901636 or 3960455. OLE color: 3960455.
HSL color Cylindrical-coordinate representation of color #876E3C: hue angle of 40º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #876E3C is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 60 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.47 |
| HSL | 40º | 0.38% | 0.38% | - |
| HSV(B) | 40º | 0.56% | 0.53% | - |
| XYZ | 16.38 | 16.63 | 6.62 | - |
| YUV | 111.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 60 | 0 | 0.19 | 0.56 | 0.47 | 40 | 0.38 | 0.38 |
| Hex | 87 | 6E | 3C | 0 | 13 | 38 | 2F | 28 | 26 | 26 |
| Octal | 207 | 156 | 74 | 0 | 23 | 70 | 57 | 50 | 46 | 46 |
| Binary | 10000111 | 1101110 | 111100 | 0 | 10011 | 111000 | 101111 | 101000 | 100110 | 100110 |
Color Harmonies of #876E3C
Complementary color
Monochromatic Colors of #876E3C
Black with #876E3C
Text Example
Text Example
White with #876E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E3C; }
p { color: rgb(135,110,60); }
H1.HeaderClassName
{
color: #876E3C;
}
.AnyTagClassName
{
color: #876E3C;
}
</style>
background-color css
<style>
a { background-color: #876E3C; }
a { background-color: rgb(135,110,60); }
div.DivClassName
{
background-color: #876E3C;
}
.BgClassName
{
background-color: #876E3C;
}
</style>
border-color css
<style>
span { border-color: #876E3C; }
span { border-color: rgb(135,110,60); }
td.TdClassName
{
border-color: #876E3C;
}
.TagClassName
{
border-color: #876E3C;
}
</style>