Shades of McKenzie #8E6B47
Tints of McKenzie #8E6B47
RGB
CMYK
RGB Variations
Color information
#8E6B47 (or 0x8E6B47) is known color: McKenzie. HEX triplet: 8E, 6B and 47. RGB value is (142,107,71). Sum of RGB (Red+Green+Blue) = 142+107+71=320 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.38% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6B47 is #7194B8. Grayscale: #717171. Windows color (decimal): -7443641 or 4680590. OLE color: 4680590.
HSL color Cylindrical-coordinate representation of color #8E6B47: hue angle of 30.42º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E6B47 is Cyan = 0, Magento = 0.25, Yellow = 0.5 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 107 | 71 | - |
| CMYK | 0 | 0.25 | 0.5 | 0.44 |
| HSL | 30.42º | 0.33% | 0.42% | - |
| HSV(B) | 30.42º | 0.5% | 0.56% | - |
| XYZ | 17.55 | 16.72 | 8.26 | - |
| YUV | 113.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 107 | 71 | 0 | 0.25 | 0.5 | 0.44 | 30.42 | 0.33 | 0.42 |
| Hex | 8E | 6B | 47 | 0 | 19 | 32 | 2C | 1E | 21 | 2A |
| Octal | 216 | 153 | 107 | 0 | 31 | 62 | 54 | 36 | 41 | 52 |
| Binary | 10001110 | 1101011 | 1000111 | 0 | 11001 | 110010 | 101100 | 11110 | 100001 | 101010 |
Color Harmonies of #8E6B47
Complementary color
Monochromatic Colors of #8E6B47
Black with #8E6B47
Text Example
Text Example
White with #8E6B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6B47; }
p { color: rgb(142,107,71); }
H1.HeaderClassName
{
color: #8E6B47;
}
.AnyTagClassName
{
color: #8E6B47;
}
</style>
background-color css
<style>
a { background-color: #8E6B47; }
a { background-color: rgb(142,107,71); }
div.DivClassName
{
background-color: #8E6B47;
}
.BgClassName
{
background-color: #8E6B47;
}
</style>
border-color css
<style>
span { border-color: #8E6B47; }
span { border-color: rgb(142,107,71); }
td.TdClassName
{
border-color: #8E6B47;
}
.TagClassName
{
border-color: #8E6B47;
}
</style>