Shades of McKenzie #866D3B
Tints of McKenzie #866D3B
RGB
CMYK
RGB Variations
Color information
#866D3B (or 0x866D3B) is known color: McKenzie. HEX triplet: 86, 6D and 3B. RGB value is (134,109,59). Sum of RGB (Red+Green+Blue) = 134+109+59=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #866D3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866D3B is #7992C4. Grayscale: #6E6E6E. Windows color (decimal): -7967429 or 3894662. OLE color: 3894662.
HSL color Cylindrical-coordinate representation of color #866D3B: hue angle of 40º degrees, saturation: 0.39, 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 #866D3B is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 59 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.47 |
| HSL | 40º | 0.39% | 0.38% | - |
| HSV(B) | 40º | 0.56% | 0.53% | - |
| XYZ | 16.09 | 16.32 | 6.44 | - |
| YUV | 110.78 | 98.78 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 59 | 0 | 0.19 | 0.56 | 0.47 | 40 | 0.39 | 0.38 |
| Hex | 86 | 6D | 3B | 0 | 13 | 38 | 2F | 28 | 27 | 26 |
| Octal | 206 | 155 | 73 | 0 | 23 | 70 | 57 | 50 | 47 | 46 |
| Binary | 10000110 | 1101101 | 111011 | 0 | 10011 | 111000 | 101111 | 101000 | 100111 | 100110 |
Color Harmonies of #866D3B
Complementary color
Monochromatic Colors of #866D3B
Black with #866D3B
Text Example
Text Example
White with #866D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D3B; }
p { color: rgb(134,109,59); }
H1.HeaderClassName
{
color: #866D3B;
}
.AnyTagClassName
{
color: #866D3B;
}
</style>
background-color css
<style>
a { background-color: #866D3B; }
a { background-color: rgb(134,109,59); }
div.DivClassName
{
background-color: #866D3B;
}
.BgClassName
{
background-color: #866D3B;
}
</style>
border-color css
<style>
span { border-color: #866D3B; }
span { border-color: rgb(134,109,59); }
td.TdClassName
{
border-color: #866D3B;
}
.TagClassName
{
border-color: #866D3B;
}
</style>