Shades of McKenzie #8E6642
Tints of McKenzie #8E6642
RGB
CMYK
RGB Variations
Color information
#8E6642 (or 0x8E6642) is known color: McKenzie. HEX triplet: 8E, 66 and 42. RGB value is (142,102,66). Sum of RGB (Red+Green+Blue) = 142+102+66=310 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.81% from 310); Green value is 102 (40.23% from 255 or 32.90% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6642 is #7199BD. Grayscale: #6E6E6E. Windows color (decimal): -7444926 or 4351630. OLE color: 4351630.
HSL color Cylindrical-coordinate representation of color #8E6642: hue angle of 28.42º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E6642 is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 102 | 66 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.44 |
| HSL | 28.42º | 0.37% | 0.41% | - |
| HSV(B) | 28.42º | 0.54% | 0.56% | - |
| XYZ | 16.89 | 15.65 | 7.28 | - |
| YUV | 109.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 102 | 66 | 0 | 0.28 | 0.54 | 0.44 | 28.42 | 0.37 | 0.41 |
| Hex | 8E | 66 | 42 | 0 | 1C | 36 | 2C | 1C | 25 | 29 |
| Octal | 216 | 146 | 102 | 0 | 34 | 66 | 54 | 34 | 45 | 51 |
| Binary | 10001110 | 1100110 | 1000010 | 0 | 11100 | 110110 | 101100 | 11100 | 100101 | 101001 |
Color Harmonies of #8E6642
Complementary color
Monochromatic Colors of #8E6642
Black with #8E6642
Text Example
Text Example
White with #8E6642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6642; }
p { color: rgb(142,102,66); }
H1.HeaderClassName
{
color: #8E6642;
}
.AnyTagClassName
{
color: #8E6642;
}
</style>
background-color css
<style>
a { background-color: #8E6642; }
a { background-color: rgb(142,102,66); }
div.DivClassName
{
background-color: #8E6642;
}
.BgClassName
{
background-color: #8E6642;
}
</style>
border-color css
<style>
span { border-color: #8E6642; }
span { border-color: rgb(142,102,66); }
td.TdClassName
{
border-color: #8E6642;
}
.TagClassName
{
border-color: #8E6642;
}
</style>