Shades of McKenzie #8D6035
Tints of McKenzie #8D6035
RGB
CMYK
RGB Variations
Color information
#8D6035 (or 0x8D6035) is known color: McKenzie. HEX triplet: 8D, 60 and 35. RGB value is (141,96,53). Sum of RGB (Red+Green+Blue) = 141+96+53=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D6035 is #729FCA. Grayscale: #686868. Windows color (decimal): -7512011 or 3498125. OLE color: 3498125.
HSL color Cylindrical-coordinate representation of color #8D6035: hue angle of 29.32º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D6035 is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 96 | 53 | - |
| CMYK | 0 | 0.32 | 0.62 | 0.45 |
| HSL | 29.32º | 0.45% | 0.38% | - |
| HSV(B) | 29.32º | 0.62% | 0.55% | - |
| XYZ | 15.81 | 14.29 | 5.29 | - |
| YUV | 104.55 | 98.91 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 96 | 53 | 0 | 0.32 | 0.62 | 0.45 | 29.32 | 0.45 | 0.38 |
| Hex | 8D | 60 | 35 | 0 | 20 | 3E | 2D | 1D | 2D | 26 |
| Octal | 215 | 140 | 65 | 0 | 40 | 76 | 55 | 35 | 55 | 46 |
| Binary | 10001101 | 1100000 | 110101 | 0 | 100000 | 111110 | 101101 | 11101 | 101101 | 100110 |
Color Harmonies of #8D6035
Complementary color
Monochromatic Colors of #8D6035
Black with #8D6035
Text Example
Text Example
White with #8D6035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6035; }
p { color: rgb(141,96,53); }
H1.HeaderClassName
{
color: #8D6035;
}
.AnyTagClassName
{
color: #8D6035;
}
</style>
background-color css
<style>
a { background-color: #8D6035; }
a { background-color: rgb(141,96,53); }
div.DivClassName
{
background-color: #8D6035;
}
.BgClassName
{
background-color: #8D6035;
}
</style>
border-color css
<style>
span { border-color: #8D6035; }
span { border-color: rgb(141,96,53); }
td.TdClassName
{
border-color: #8D6035;
}
.TagClassName
{
border-color: #8D6035;
}
</style>