Shades of McKenzie #865D37
Tints of McKenzie #865D37
RGB
CMYK
RGB Variations
Color information
#865D37 (or 0x865D37) is known color: McKenzie. HEX triplet: 86, 5D and 37. RGB value is (134,93,55). Sum of RGB (Red+Green+Blue) = 134+93+55=282 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.52% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 134 - color contains mainly: red. Hex color #865D37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D37 is #79A2C8. Grayscale: #656565. Windows color (decimal): -7971529 or 3628422. OLE color: 3628422.
HSL color Cylindrical-coordinate representation of color #865D37: hue angle of 28.86º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #865D37 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 55 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.47 |
| HSL | 28.86º | 0.42% | 0.37% | - |
| HSV(B) | 28.86º | 0.59% | 0.53% | - |
| XYZ | 14.44 | 13.17 | 5.4 | - |
| YUV | 100.93 | 102.08 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 55 | 0 | 0.31 | 0.59 | 0.47 | 28.86 | 0.42 | 0.37 |
| Hex | 86 | 5D | 37 | 0 | 1F | 3B | 2F | 1D | 2A | 25 |
| Octal | 206 | 135 | 67 | 0 | 37 | 73 | 57 | 35 | 52 | 45 |
| Binary | 10000110 | 1011101 | 110111 | 0 | 11111 | 111011 | 101111 | 11101 | 101010 | 100101 |
Color Harmonies of #865D37
Complementary color
Monochromatic Colors of #865D37
Black with #865D37
Text Example
Text Example
White with #865D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D37; }
p { color: rgb(134,93,55); }
H1.HeaderClassName
{
color: #865D37;
}
.AnyTagClassName
{
color: #865D37;
}
</style>
background-color css
<style>
a { background-color: #865D37; }
a { background-color: rgb(134,93,55); }
div.DivClassName
{
background-color: #865D37;
}
.BgClassName
{
background-color: #865D37;
}
</style>
border-color css
<style>
span { border-color: #865D37; }
span { border-color: rgb(134,93,55); }
td.TdClassName
{
border-color: #865D37;
}
.TagClassName
{
border-color: #865D37;
}
</style>