Shades of McKenzie #8E6236
Tints of McKenzie #8E6236
RGB
CMYK
RGB Variations
Color information
#8E6236 (or 0x8E6236) is known color: McKenzie. HEX triplet: 8E, 62 and 36. RGB value is (142,98,54). Sum of RGB (Red+Green+Blue) = 142+98+54=294 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.30% from 294); Green value is 98 (38.67% from 255 or 33.33% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6236 is #719DC9. Grayscale: #6A6A6A. Windows color (decimal): -7445962 or 3564174. OLE color: 3564174.
HSL color Cylindrical-coordinate representation of color #8E6236: hue angle of 30º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E6236 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 98 | 54 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.44 |
| HSL | 30º | 0.45% | 0.38% | - |
| HSV(B) | 30º | 0.62% | 0.56% | - |
| XYZ | 16.19 | 14.75 | 5.48 | - |
| YUV | 106.14 | 98.58 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 98 | 54 | 0 | 0.31 | 0.62 | 0.44 | 30 | 0.45 | 0.38 |
| Hex | 8E | 62 | 36 | 0 | 1F | 3E | 2C | 1E | 2D | 26 |
| Octal | 216 | 142 | 66 | 0 | 37 | 76 | 54 | 36 | 55 | 46 |
| Binary | 10001110 | 1100010 | 110110 | 0 | 11111 | 111110 | 101100 | 11110 | 101101 | 100110 |
Color Harmonies of #8E6236
Complementary color
Monochromatic Colors of #8E6236
Black with #8E6236
Text Example
Text Example
White with #8E6236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6236; }
p { color: rgb(142,98,54); }
H1.HeaderClassName
{
color: #8E6236;
}
.AnyTagClassName
{
color: #8E6236;
}
</style>
background-color css
<style>
a { background-color: #8E6236; }
a { background-color: rgb(142,98,54); }
div.DivClassName
{
background-color: #8E6236;
}
.BgClassName
{
background-color: #8E6236;
}
</style>
border-color css
<style>
span { border-color: #8E6236; }
span { border-color: rgb(142,98,54); }
td.TdClassName
{
border-color: #8E6236;
}
.TagClassName
{
border-color: #8E6236;
}
</style>