Shades of McKenzie #8E663F
Tints of McKenzie #8E663F
RGB
CMYK
RGB Variations
Color information
#8E663F (or 0x8E663F) is known color: McKenzie. HEX triplet: 8E, 66 and 3F. RGB value is (142,102,63). Sum of RGB (Red+Green+Blue) = 142+102+63=307 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.25% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 142 - color contains mainly: red. Hex color #8E663F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E663F is #7199C0. Grayscale: #6D6D6D. Windows color (decimal): -7444929 or 4155022. OLE color: 4155022.
HSL color Cylindrical-coordinate representation of color #8E663F: hue angle of 29.62º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E663F is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 102 | 63 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.44 |
| HSL | 29.62º | 0.39% | 0.4% | - |
| HSV(B) | 29.62º | 0.56% | 0.56% | - |
| XYZ | 16.8 | 15.61 | 6.83 | - |
| YUV | 109.51 | 101.75 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 102 | 63 | 0 | 0.28 | 0.56 | 0.44 | 29.62 | 0.39 | 0.4 |
| Hex | 8E | 66 | 3F | 0 | 1C | 38 | 2C | 1E | 27 | 28 |
| Octal | 216 | 146 | 77 | 0 | 34 | 70 | 54 | 36 | 47 | 50 |
| Binary | 10001110 | 1100110 | 111111 | 0 | 11100 | 111000 | 101100 | 11110 | 100111 | 101000 |
Color Harmonies of #8E663F
Complementary color
Monochromatic Colors of #8E663F
Black with #8E663F
Text Example
Text Example
White with #8E663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E663F; }
p { color: rgb(142,102,63); }
H1.HeaderClassName
{
color: #8E663F;
}
.AnyTagClassName
{
color: #8E663F;
}
</style>
background-color css
<style>
a { background-color: #8E663F; }
a { background-color: rgb(142,102,63); }
div.DivClassName
{
background-color: #8E663F;
}
.BgClassName
{
background-color: #8E663F;
}
</style>
border-color css
<style>
span { border-color: #8E663F; }
span { border-color: rgb(142,102,63); }
td.TdClassName
{
border-color: #8E663F;
}
.TagClassName
{
border-color: #8E663F;
}
</style>