Shades of McKenzie #8E643A
Tints of McKenzie #8E643A
RGB
CMYK
RGB Variations
Color information
#8E643A (or 0x8E643A) is known color: McKenzie. HEX triplet: 8E, 64 and 3A. RGB value is (142,100,58). Sum of RGB (Red+Green+Blue) = 142+100+58=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E643A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E643A is #719BC5. Grayscale: #6B6B6B. Windows color (decimal): -7445446 or 3826830. OLE color: 3826830.
HSL color Cylindrical-coordinate representation of color #8E643A: hue angle of 30º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8E643A is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 100 | 58 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.44 |
| HSL | 30º | 0.42% | 0.39% | - |
| HSV(B) | 30º | 0.59% | 0.56% | - |
| XYZ | 16.48 | 15.17 | 6.06 | - |
| YUV | 107.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 100 | 58 | 0 | 0.30 | 0.59 | 0.44 | 30 | 0.42 | 0.39 |
| Hex | 8E | 64 | 3A | 0 | 1E | 3B | 2C | 1E | 2A | 27 |
| Octal | 216 | 144 | 72 | 0 | 36 | 73 | 54 | 36 | 52 | 47 |
| Binary | 10001110 | 1100100 | 111010 | 0 | 11110 | 111011 | 101100 | 11110 | 101010 | 100111 |
Color Harmonies of #8E643A
Complementary color
Monochromatic Colors of #8E643A
Black with #8E643A
Text Example
Text Example
White with #8E643A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E643A; }
p { color: rgb(142,100,58); }
H1.HeaderClassName
{
color: #8E643A;
}
.AnyTagClassName
{
color: #8E643A;
}
</style>
background-color css
<style>
a { background-color: #8E643A; }
a { background-color: rgb(142,100,58); }
div.DivClassName
{
background-color: #8E643A;
}
.BgClassName
{
background-color: #8E643A;
}
</style>
border-color css
<style>
span { border-color: #8E643A; }
span { border-color: rgb(142,100,58); }
td.TdClassName
{
border-color: #8E643A;
}
.TagClassName
{
border-color: #8E643A;
}
</style>