Shades of McKenzie #8E6035
Tints of McKenzie #8E6035
RGB
CMYK
RGB Variations
Color information
#8E6035 (or 0x8E6035) is known color: McKenzie. HEX triplet: 8E, 60 and 35. RGB value is (142,96,53). Sum of RGB (Red+Green+Blue) = 142+96+53=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6035 is #719FCA. Grayscale: #696969. Windows color (decimal): -7446475 or 3498126. OLE color: 3498126.
HSL color Cylindrical-coordinate representation of color #8E6035: hue angle of 28.99º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E6035 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 96 | 53 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.44 |
| HSL | 28.99º | 0.46% | 0.38% | - |
| HSV(B) | 28.99º | 0.63% | 0.56% | - |
| XYZ | 15.98 | 14.37 | 5.3 | - |
| YUV | 104.85 | 98.74 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 96 | 53 | 0 | 0.32 | 0.63 | 0.44 | 28.99 | 0.46 | 0.38 |
| Hex | 8E | 60 | 35 | 0 | 20 | 3F | 2C | 1D | 2E | 26 |
| Octal | 216 | 140 | 65 | 0 | 40 | 77 | 54 | 35 | 56 | 46 |
| Binary | 10001110 | 1100000 | 110101 | 0 | 100000 | 111111 | 101100 | 11101 | 101110 | 100110 |
Color Harmonies of #8E6035
Complementary color
Monochromatic Colors of #8E6035
Black with #8E6035
Text Example
Text Example
White with #8E6035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6035; }
p { color: rgb(142,96,53); }
H1.HeaderClassName
{
color: #8E6035;
}
.AnyTagClassName
{
color: #8E6035;
}
</style>
background-color css
<style>
a { background-color: #8E6035; }
a { background-color: rgb(142,96,53); }
div.DivClassName
{
background-color: #8E6035;
}
.BgClassName
{
background-color: #8E6035;
}
</style>
border-color css
<style>
span { border-color: #8E6035; }
span { border-color: rgb(142,96,53); }
td.TdClassName
{
border-color: #8E6035;
}
.TagClassName
{
border-color: #8E6035;
}
</style>