Shades of McKenzie #866B3F
Tints of McKenzie #866B3F
RGB
CMYK
RGB Variations
Color information
#866B3F (or 0x866B3F) is known color: McKenzie. HEX triplet: 86, 6B and 3F. RGB value is (134,107,63). Sum of RGB (Red+Green+Blue) = 134+107+63=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 107 (42.19% from 255 or 35.20% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #866B3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #866B3F is #7994C0. Grayscale: #6E6E6E. Windows color (decimal): -7967937 or 4156294. OLE color: 4156294.
HSL color Cylindrical-coordinate representation of color #866B3F: hue angle of 37.18º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #866B3F is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 107 | 63 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.47 |
| HSL | 37.18º | 0.36% | 0.39% | - |
| HSV(B) | 37.18º | 0.53% | 0.53% | - |
| XYZ | 15.99 | 15.94 | 6.94 | - |
| YUV | 110.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 63 | 0 | 0.20 | 0.53 | 0.47 | 37.18 | 0.36 | 0.39 |
| Hex | 86 | 6B | 3F | 0 | 14 | 35 | 2F | 25 | 24 | 27 |
| Octal | 206 | 153 | 77 | 0 | 24 | 65 | 57 | 45 | 44 | 47 |
| Binary | 10000110 | 1101011 | 111111 | 0 | 10100 | 110101 | 101111 | 100101 | 100100 | 100111 |
Color Harmonies of #866B3F
Complementary color
Monochromatic Colors of #866B3F
Black with #866B3F
Text Example
Text Example
White with #866B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B3F; }
p { color: rgb(134,107,63); }
H1.HeaderClassName
{
color: #866B3F;
}
.AnyTagClassName
{
color: #866B3F;
}
</style>
background-color css
<style>
a { background-color: #866B3F; }
a { background-color: rgb(134,107,63); }
div.DivClassName
{
background-color: #866B3F;
}
.BgClassName
{
background-color: #866B3F;
}
</style>
border-color css
<style>
span { border-color: #866B3F; }
span { border-color: rgb(134,107,63); }
td.TdClassName
{
border-color: #866B3F;
}
.TagClassName
{
border-color: #866B3F;
}
</style>