Shades of McKenzie #866D3C
Tints of McKenzie #866D3C
RGB
CMYK
RGB Variations
Color information
#866D3C (or 0x866D3C) is known color: McKenzie. HEX triplet: 86, 6D and 3C. RGB value is (134,109,60). Sum of RGB (Red+Green+Blue) = 134+109+60=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #866D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866D3C is #7992C3. Grayscale: #6F6F6F. Windows color (decimal): -7967428 or 3960198. OLE color: 3960198.
HSL color Cylindrical-coordinate representation of color #866D3C: hue angle of 39.73º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #866D3C is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 60 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.47 |
| HSL | 39.73º | 0.38% | 0.38% | - |
| HSV(B) | 39.73º | 0.55% | 0.53% | - |
| XYZ | 16.12 | 16.33 | 6.58 | - |
| YUV | 110.89 | 99.28 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 60 | 0 | 0.19 | 0.55 | 0.47 | 39.73 | 0.38 | 0.38 |
| Hex | 86 | 6D | 3C | 0 | 13 | 37 | 2F | 28 | 26 | 26 |
| Octal | 206 | 155 | 74 | 0 | 23 | 67 | 57 | 50 | 46 | 46 |
| Binary | 10000110 | 1101101 | 111100 | 0 | 10011 | 110111 | 101111 | 101000 | 100110 | 100110 |
Color Harmonies of #866D3C
Complementary color
Monochromatic Colors of #866D3C
Black with #866D3C
Text Example
Text Example
White with #866D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D3C; }
p { color: rgb(134,109,60); }
H1.HeaderClassName
{
color: #866D3C;
}
.AnyTagClassName
{
color: #866D3C;
}
</style>
background-color css
<style>
a { background-color: #866D3C; }
a { background-color: rgb(134,109,60); }
div.DivClassName
{
background-color: #866D3C;
}
.BgClassName
{
background-color: #866D3C;
}
</style>
border-color css
<style>
span { border-color: #866D3C; }
span { border-color: rgb(134,109,60); }
td.TdClassName
{
border-color: #866D3C;
}
.TagClassName
{
border-color: #866D3C;
}
</style>