Shades of McKenzie #8E6D45
Tints of McKenzie #8E6D45
RGB
CMYK
RGB Variations
Color information
#8E6D45 (or 0x8E6D45) is known color: McKenzie. HEX triplet: 8E, 6D and 45. RGB value is (142,109,69). Sum of RGB (Red+Green+Blue) = 142+109+69=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6D45 is #7192BA. Grayscale: #727272. Windows color (decimal): -7443131 or 4550030. OLE color: 4550030.
HSL color Cylindrical-coordinate representation of color #8E6D45: hue angle of 32.88º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E6D45 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 109 | 69 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.44 |
| HSL | 32.88º | 0.35% | 0.41% | - |
| HSV(B) | 32.88º | 0.51% | 0.56% | - |
| XYZ | 17.7 | 17.12 | 8 | - |
| YUV | 114.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 109 | 69 | 0 | 0.23 | 0.51 | 0.44 | 32.88 | 0.35 | 0.41 |
| Hex | 8E | 6D | 45 | 0 | 17 | 33 | 2C | 21 | 23 | 29 |
| Octal | 216 | 155 | 105 | 0 | 27 | 63 | 54 | 41 | 43 | 51 |
| Binary | 10001110 | 1101101 | 1000101 | 0 | 10111 | 110011 | 101100 | 100001 | 100011 | 101001 |
Color Harmonies of #8E6D45
Complementary color
Monochromatic Colors of #8E6D45
Black with #8E6D45
Text Example
Text Example
White with #8E6D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6D45; }
p { color: rgb(142,109,69); }
H1.HeaderClassName
{
color: #8E6D45;
}
.AnyTagClassName
{
color: #8E6D45;
}
</style>
background-color css
<style>
a { background-color: #8E6D45; }
a { background-color: rgb(142,109,69); }
div.DivClassName
{
background-color: #8E6D45;
}
.BgClassName
{
background-color: #8E6D45;
}
</style>
border-color css
<style>
span { border-color: #8E6D45; }
span { border-color: rgb(142,109,69); }
td.TdClassName
{
border-color: #8E6D45;
}
.TagClassName
{
border-color: #8E6D45;
}
</style>