Shades of McKenzie #8E6235
Tints of McKenzie #8E6235
RGB
CMYK
RGB Variations
Color information
#8E6235 (or 0x8E6235) is known color: McKenzie. HEX triplet: 8E, 62 and 35. RGB value is (142,98,53). Sum of RGB (Red+Green+Blue) = 142+98+53=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6235 is #719DCA. Grayscale: #6A6A6A. Windows color (decimal): -7445963 or 3498638. OLE color: 3498638.
HSL color Cylindrical-coordinate representation of color #8E6235: hue angle of 30.34º 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 #8E6235 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 98 | 53 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.44 |
| HSL | 30.34º | 0.46% | 0.38% | - |
| HSV(B) | 30.34º | 0.63% | 0.56% | - |
| XYZ | 16.17 | 14.74 | 5.36 | - |
| YUV | 106.03 | 98.08 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 98 | 53 | 0 | 0.31 | 0.63 | 0.44 | 30.34 | 0.46 | 0.38 |
| Hex | 8E | 62 | 35 | 0 | 1F | 3F | 2C | 1E | 2E | 26 |
| Octal | 216 | 142 | 65 | 0 | 37 | 77 | 54 | 36 | 56 | 46 |
| Binary | 10001110 | 1100010 | 110101 | 0 | 11111 | 111111 | 101100 | 11110 | 101110 | 100110 |
Color Harmonies of #8E6235
Complementary color
Monochromatic Colors of #8E6235
Black with #8E6235
Text Example
Text Example
White with #8E6235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6235; }
p { color: rgb(142,98,53); }
H1.HeaderClassName
{
color: #8E6235;
}
.AnyTagClassName
{
color: #8E6235;
}
</style>
background-color css
<style>
a { background-color: #8E6235; }
a { background-color: rgb(142,98,53); }
div.DivClassName
{
background-color: #8E6235;
}
.BgClassName
{
background-color: #8E6235;
}
</style>
border-color css
<style>
span { border-color: #8E6235; }
span { border-color: rgb(142,98,53); }
td.TdClassName
{
border-color: #8E6235;
}
.TagClassName
{
border-color: #8E6235;
}
</style>