Shades of McKenzie #8E6C43
Tints of McKenzie #8E6C43
RGB
CMYK
RGB Variations
Color information
#8E6C43 (or 0x8E6C43) is known color: McKenzie. HEX triplet: 8E, 6C and 43. RGB value is (142,108,67). Sum of RGB (Red+Green+Blue) = 142+108+67=317 (41% of max value = 765). Red value is 142 (55.86% from 255 or 44.79% from 317); Green value is 108 (42.58% from 255 or 34.07% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6C43 is #7193BC. Grayscale: #717171. Windows color (decimal): -7443389 or 4418702. OLE color: 4418702.
HSL color Cylindrical-coordinate representation of color #8E6C43: hue angle of 32.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8E6C43 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 108 | 67 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.44 |
| HSL | 32.8º | 0.36% | 0.41% | - |
| HSV(B) | 32.8º | 0.53% | 0.56% | - |
| XYZ | 17.53 | 16.88 | 7.64 | - |
| YUV | 113.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 108 | 67 | 0 | 0.24 | 0.53 | 0.44 | 32.8 | 0.36 | 0.41 |
| Hex | 8E | 6C | 43 | 0 | 18 | 35 | 2C | 21 | 24 | 29 |
| Octal | 216 | 154 | 103 | 0 | 30 | 65 | 54 | 41 | 44 | 51 |
| Binary | 10001110 | 1101100 | 1000011 | 0 | 11000 | 110101 | 101100 | 100001 | 100100 | 101001 |
Color Harmonies of #8E6C43
Complementary color
Monochromatic Colors of #8E6C43
Black with #8E6C43
Text Example
Text Example
White with #8E6C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6C43; }
p { color: rgb(142,108,67); }
H1.HeaderClassName
{
color: #8E6C43;
}
.AnyTagClassName
{
color: #8E6C43;
}
</style>
background-color css
<style>
a { background-color: #8E6C43; }
a { background-color: rgb(142,108,67); }
div.DivClassName
{
background-color: #8E6C43;
}
.BgClassName
{
background-color: #8E6C43;
}
</style>
border-color css
<style>
span { border-color: #8E6C43; }
span { border-color: rgb(142,108,67); }
td.TdClassName
{
border-color: #8E6C43;
}
.TagClassName
{
border-color: #8E6C43;
}
</style>