Shades of McKenzie #86603B
Tints of McKenzie #86603B
RGB
CMYK
RGB Variations
Color information
#86603B (or 0x86603B) is known color: McKenzie. HEX triplet: 86, 60 and 3B. RGB value is (134,96,59). Sum of RGB (Red+Green+Blue) = 134+96+59=289 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.37% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 134 - color contains mainly: red. Hex color #86603B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86603B is #799FC4. Grayscale: #676767. Windows color (decimal): -7970757 or 3891334. OLE color: 3891334.
HSL color Cylindrical-coordinate representation of color #86603B: hue angle of 29.6º 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 #86603B is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 96 | 59 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.47 |
| HSL | 29.6º | 0.39% | 0.38% | - |
| HSV(B) | 29.6º | 0.56% | 0.53% | - |
| XYZ | 14.8 | 13.75 | 6.01 | - |
| YUV | 103.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 59 | 0 | 0.28 | 0.56 | 0.47 | 29.6 | 0.39 | 0.38 |
| Hex | 86 | 60 | 3B | 0 | 1C | 38 | 2F | 1E | 27 | 26 |
| Octal | 206 | 140 | 73 | 0 | 34 | 70 | 57 | 36 | 47 | 46 |
| Binary | 10000110 | 1100000 | 111011 | 0 | 11100 | 111000 | 101111 | 11110 | 100111 | 100110 |
Color Harmonies of #86603B
Complementary color
Monochromatic Colors of #86603B
Black with #86603B
Text Example
Text Example
White with #86603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86603B; }
p { color: rgb(134,96,59); }
H1.HeaderClassName
{
color: #86603B;
}
.AnyTagClassName
{
color: #86603B;
}
</style>
background-color css
<style>
a { background-color: #86603B; }
a { background-color: rgb(134,96,59); }
div.DivClassName
{
background-color: #86603B;
}
.BgClassName
{
background-color: #86603B;
}
</style>
border-color css
<style>
span { border-color: #86603B; }
span { border-color: rgb(134,96,59); }
td.TdClassName
{
border-color: #86603B;
}
.TagClassName
{
border-color: #86603B;
}
</style>