Shades of McKenzie #865B36
Tints of McKenzie #865B36
RGB
CMYK
RGB Variations
Color information
#865B36 (or 0x865B36) is known color: McKenzie. HEX triplet: 86, 5B and 36. RGB value is (134,91,54). Sum of RGB (Red+Green+Blue) = 134+91+54=279 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.03% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 134 - color contains mainly: red. Hex color #865B36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B36 is #79A4C9. Grayscale: #636363. Windows color (decimal): -7972042 or 3562374. OLE color: 3562374.
HSL color Cylindrical-coordinate representation of color #865B36: hue angle of 27.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 #865B36 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 54 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.47 |
| HSL | 27.75º | 0.43% | 0.37% | - |
| HSV(B) | 27.75º | 0.6% | 0.53% | - |
| XYZ | 14.24 | 12.82 | 5.21 | - |
| YUV | 99.64 | 102.25 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 54 | 0 | 0.32 | 0.60 | 0.47 | 27.75 | 0.43 | 0.37 |
| Hex | 86 | 5B | 36 | 0 | 20 | 3C | 2F | 1C | 2B | 25 |
| Octal | 206 | 133 | 66 | 0 | 40 | 74 | 57 | 34 | 53 | 45 |
| Binary | 10000110 | 1011011 | 110110 | 0 | 100000 | 111100 | 101111 | 11100 | 101011 | 100101 |
Color Harmonies of #865B36
Complementary color
Monochromatic Colors of #865B36
Black with #865B36
Text Example
Text Example
White with #865B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B36; }
p { color: rgb(134,91,54); }
H1.HeaderClassName
{
color: #865B36;
}
.AnyTagClassName
{
color: #865B36;
}
</style>
background-color css
<style>
a { background-color: #865B36; }
a { background-color: rgb(134,91,54); }
div.DivClassName
{
background-color: #865B36;
}
.BgClassName
{
background-color: #865B36;
}
</style>
border-color css
<style>
span { border-color: #865B36; }
span { border-color: rgb(134,91,54); }
td.TdClassName
{
border-color: #865B36;
}
.TagClassName
{
border-color: #865B36;
}
</style>