Shades of McKenzie #8E6540
Tints of McKenzie #8E6540
RGB
CMYK
RGB Variations
Color information
#8E6540 (or 0x8E6540) is known color: McKenzie. HEX triplet: 8E, 65 and 40. RGB value is (142,101,64). Sum of RGB (Red+Green+Blue) = 142+101+64=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6540 is #719ABF. Grayscale: #6D6D6D. Windows color (decimal): -7445184 or 4220302. OLE color: 4220302.
HSL color Cylindrical-coordinate representation of color #8E6540: hue angle of 28.46º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E6540 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 101 | 64 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.44 |
| HSL | 28.46º | 0.38% | 0.4% | - |
| HSV(B) | 28.46º | 0.55% | 0.56% | - |
| XYZ | 16.73 | 15.43 | 6.95 | - |
| YUV | 109.04 | 102.58 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 101 | 64 | 0 | 0.29 | 0.55 | 0.44 | 28.46 | 0.38 | 0.4 |
| Hex | 8E | 65 | 40 | 0 | 1D | 37 | 2C | 1C | 26 | 28 |
| Octal | 216 | 145 | 100 | 0 | 35 | 67 | 54 | 34 | 46 | 50 |
| Binary | 10001110 | 1100101 | 1000000 | 0 | 11101 | 110111 | 101100 | 11100 | 100110 | 101000 |
Color Harmonies of #8E6540
Complementary color
Monochromatic Colors of #8E6540
Black with #8E6540
Text Example
Text Example
White with #8E6540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6540; }
p { color: rgb(142,101,64); }
H1.HeaderClassName
{
color: #8E6540;
}
.AnyTagClassName
{
color: #8E6540;
}
</style>
background-color css
<style>
a { background-color: #8E6540; }
a { background-color: rgb(142,101,64); }
div.DivClassName
{
background-color: #8E6540;
}
.BgClassName
{
background-color: #8E6540;
}
</style>
border-color css
<style>
span { border-color: #8E6540; }
span { border-color: rgb(142,101,64); }
td.TdClassName
{
border-color: #8E6540;
}
.TagClassName
{
border-color: #8E6540;
}
</style>