Shades of McKenzie #865F36
Tints of McKenzie #865F36
RGB
CMYK
RGB Variations
Color information
#865F36 (or 0x865F36) is known color: McKenzie. HEX triplet: 86, 5F and 36. RGB value is (134,95,54). Sum of RGB (Red+Green+Blue) = 134+95+54=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #865F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865F36 is #79A0C9. Grayscale: #666666. Windows color (decimal): -7971018 or 3563398. OLE color: 3563398.
HSL color Cylindrical-coordinate representation of color #865F36: hue angle of 30.75º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #865F36 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 95 | 54 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.47 |
| HSL | 30.75º | 0.43% | 0.37% | - |
| HSV(B) | 30.75º | 0.6% | 0.53% | - |
| XYZ | 14.59 | 13.52 | 5.33 | - |
| YUV | 101.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 54 | 0 | 0.29 | 0.60 | 0.47 | 30.75 | 0.43 | 0.37 |
| Hex | 86 | 5F | 36 | 0 | 1D | 3C | 2F | 1F | 2B | 25 |
| Octal | 206 | 137 | 66 | 0 | 35 | 74 | 57 | 37 | 53 | 45 |
| Binary | 10000110 | 1011111 | 110110 | 0 | 11101 | 111100 | 101111 | 11111 | 101011 | 100101 |
Color Harmonies of #865F36
Complementary color
Monochromatic Colors of #865F36
Black with #865F36
Text Example
Text Example
White with #865F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865F36; }
p { color: rgb(134,95,54); }
H1.HeaderClassName
{
color: #865F36;
}
.AnyTagClassName
{
color: #865F36;
}
</style>
background-color css
<style>
a { background-color: #865F36; }
a { background-color: rgb(134,95,54); }
div.DivClassName
{
background-color: #865F36;
}
.BgClassName
{
background-color: #865F36;
}
</style>
border-color css
<style>
span { border-color: #865F36; }
span { border-color: rgb(134,95,54); }
td.TdClassName
{
border-color: #865F36;
}
.TagClassName
{
border-color: #865F36;
}
</style>