Shades of McKenzie #8E643F
Tints of McKenzie #8E643F
RGB
CMYK
RGB Variations
Color information
#8E643F (or 0x8E643F) is known color: McKenzie. HEX triplet: 8E, 64 and 3F. RGB value is (142,100,63). Sum of RGB (Red+Green+Blue) = 142+100+63=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E643F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E643F is #719BC0. Grayscale: #6C6C6C. Windows color (decimal): -7445441 or 4154510. OLE color: 4154510.
HSL color Cylindrical-coordinate representation of color #8E643F: hue angle of 28.1º 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 #8E643F is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 100 | 63 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.44 |
| HSL | 28.1º | 0.39% | 0.4% | - |
| HSV(B) | 28.1º | 0.56% | 0.56% | - |
| XYZ | 16.61 | 15.22 | 6.77 | - |
| YUV | 108.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 100 | 63 | 0 | 0.30 | 0.56 | 0.44 | 28.1 | 0.39 | 0.4 |
| Hex | 8E | 64 | 3F | 0 | 1E | 38 | 2C | 1C | 27 | 28 |
| Octal | 216 | 144 | 77 | 0 | 36 | 70 | 54 | 34 | 47 | 50 |
| Binary | 10001110 | 1100100 | 111111 | 0 | 11110 | 111000 | 101100 | 11100 | 100111 | 101000 |
Color Harmonies of #8E643F
Complementary color
Monochromatic Colors of #8E643F
Black with #8E643F
Text Example
Text Example
White with #8E643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E643F; }
p { color: rgb(142,100,63); }
H1.HeaderClassName
{
color: #8E643F;
}
.AnyTagClassName
{
color: #8E643F;
}
</style>
background-color css
<style>
a { background-color: #8E643F; }
a { background-color: rgb(142,100,63); }
div.DivClassName
{
background-color: #8E643F;
}
.BgClassName
{
background-color: #8E643F;
}
</style>
border-color css
<style>
span { border-color: #8E643F; }
span { border-color: rgb(142,100,63); }
td.TdClassName
{
border-color: #8E643F;
}
.TagClassName
{
border-color: #8E643F;
}
</style>