Shades of McKenzie #856B39
Tints of McKenzie #856B39
RGB
CMYK
RGB Variations
Color information
#856B39 (or 0x856B39) is known color: McKenzie. HEX triplet: 85, 6B and 39. RGB value is (133,107,57). Sum of RGB (Red+Green+Blue) = 133+107+57=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #856B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856B39 is #7A94C6. Grayscale: #6D6D6D. Windows color (decimal): -8033479 or 3763077. OLE color: 3763077.
HSL color Cylindrical-coordinate representation of color #856B39: hue angle of 39.47º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #856B39 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 107 | 57 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.48 |
| HSL | 39.47º | 0.4% | 0.37% | - |
| HSV(B) | 39.47º | 0.57% | 0.52% | - |
| XYZ | 15.67 | 15.8 | 6.09 | - |
| YUV | 109.07 | 98.61 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 57 | 0 | 0.20 | 0.57 | 0.48 | 39.47 | 0.4 | 0.37 |
| Hex | 85 | 6B | 39 | 0 | 14 | 39 | 30 | 27 | 28 | 25 |
| Octal | 205 | 153 | 71 | 0 | 24 | 71 | 60 | 47 | 50 | 45 |
| Binary | 10000101 | 1101011 | 111001 | 0 | 10100 | 111001 | 110000 | 100111 | 101000 | 100101 |
Color Harmonies of #856B39
Complementary color
Monochromatic Colors of #856B39
Black with #856B39
Text Example
Text Example
White with #856B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856B39; }
p { color: rgb(133,107,57); }
H1.HeaderClassName
{
color: #856B39;
}
.AnyTagClassName
{
color: #856B39;
}
</style>
background-color css
<style>
a { background-color: #856B39; }
a { background-color: rgb(133,107,57); }
div.DivClassName
{
background-color: #856B39;
}
.BgClassName
{
background-color: #856B39;
}
</style>
border-color css
<style>
span { border-color: #856B39; }
span { border-color: rgb(133,107,57); }
td.TdClassName
{
border-color: #856B39;
}
.TagClassName
{
border-color: #856B39;
}
</style>