Shades of McKenzie #8E693B
Tints of McKenzie #8E693B
RGB
CMYK
RGB Variations
Color information
#8E693B (or 0x8E693B) is known color: McKenzie. HEX triplet: 8E, 69 and 3B. RGB value is (142,105,59). Sum of RGB (Red+Green+Blue) = 142+105+59=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 142 - color contains mainly: red. Hex color #8E693B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E693B is #7196C4. Grayscale: #6F6F6F. Windows color (decimal): -7444165 or 3893646. OLE color: 3893646.
HSL color Cylindrical-coordinate representation of color #8E693B: hue angle of 33.25º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E693B is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 105 | 59 | - |
| CMYK | 0 | 0.26 | 0.58 | 0.44 |
| HSL | 33.25º | 0.41% | 0.39% | - |
| HSV(B) | 33.25º | 0.58% | 0.56% | - |
| XYZ | 17 | 16.17 | 6.36 | - |
| YUV | 110.82 | 98.76 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 105 | 59 | 0 | 0.26 | 0.58 | 0.44 | 33.25 | 0.41 | 0.39 |
| Hex | 8E | 69 | 3B | 0 | 1A | 3A | 2C | 21 | 29 | 27 |
| Octal | 216 | 151 | 73 | 0 | 32 | 72 | 54 | 41 | 51 | 47 |
| Binary | 10001110 | 1101001 | 111011 | 0 | 11010 | 111010 | 101100 | 100001 | 101001 | 100111 |
Color Harmonies of #8E693B
Complementary color
Monochromatic Colors of #8E693B
Black with #8E693B
Text Example
Text Example
White with #8E693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E693B; }
p { color: rgb(142,105,59); }
H1.HeaderClassName
{
color: #8E693B;
}
.AnyTagClassName
{
color: #8E693B;
}
</style>
background-color css
<style>
a { background-color: #8E693B; }
a { background-color: rgb(142,105,59); }
div.DivClassName
{
background-color: #8E693B;
}
.BgClassName
{
background-color: #8E693B;
}
</style>
border-color css
<style>
span { border-color: #8E693B; }
span { border-color: rgb(142,105,59); }
td.TdClassName
{
border-color: #8E693B;
}
.TagClassName
{
border-color: #8E693B;
}
</style>