Shades of McKenzie #85603C
Tints of McKenzie #85603C
RGB
CMYK
RGB Variations
Color information
#85603C (or 0x85603C) is known color: McKenzie. HEX triplet: 85, 60 and 3C. RGB value is (133,96,60). Sum of RGB (Red+Green+Blue) = 133+96+60=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #85603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85603C is #7A9FC3. Grayscale: #676767. Windows color (decimal): -8036292 or 3956869. OLE color: 3956869.
HSL color Cylindrical-coordinate representation of color #85603C: hue angle of 29.59º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85603C is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 96 | 60 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.48 |
| HSL | 29.59º | 0.38% | 0.38% | - |
| HSV(B) | 29.59º | 0.55% | 0.52% | - |
| XYZ | 14.67 | 13.68 | 6.14 | - |
| YUV | 102.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 60 | 0 | 0.28 | 0.55 | 0.48 | 29.59 | 0.38 | 0.38 |
| Hex | 85 | 60 | 3C | 0 | 1C | 37 | 30 | 1E | 26 | 26 |
| Octal | 205 | 140 | 74 | 0 | 34 | 67 | 60 | 36 | 46 | 46 |
| Binary | 10000101 | 1100000 | 111100 | 0 | 11100 | 110111 | 110000 | 11110 | 100110 | 100110 |
Color Harmonies of #85603C
Complementary color
Monochromatic Colors of #85603C
Black with #85603C
Text Example
Text Example
White with #85603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85603C; }
p { color: rgb(133,96,60); }
H1.HeaderClassName
{
color: #85603C;
}
.AnyTagClassName
{
color: #85603C;
}
</style>
background-color css
<style>
a { background-color: #85603C; }
a { background-color: rgb(133,96,60); }
div.DivClassName
{
background-color: #85603C;
}
.BgClassName
{
background-color: #85603C;
}
</style>
border-color css
<style>
span { border-color: #85603C; }
span { border-color: rgb(133,96,60); }
td.TdClassName
{
border-color: #85603C;
}
.TagClassName
{
border-color: #85603C;
}
</style>