Shades of McKenzie #8E6744
Tints of McKenzie #8E6744
RGB
CMYK
RGB Variations
Color information
#8E6744 (or 0x8E6744) is known color: McKenzie. HEX triplet: 8E, 67 and 44. RGB value is (142,103,68). Sum of RGB (Red+Green+Blue) = 142+103+68=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6744 is #7198BB. Grayscale: #6E6E6E. Windows color (decimal): -7444668 or 4482958. OLE color: 4482958.
HSL color Cylindrical-coordinate representation of color #8E6744: hue angle of 28.38º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8E6744 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 103 | 68 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.44 |
| HSL | 28.38º | 0.35% | 0.41% | - |
| HSV(B) | 28.38º | 0.52% | 0.56% | - |
| XYZ | 17.05 | 15.87 | 7.63 | - |
| YUV | 110.67 | 103.92 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 68 | 0 | 0.27 | 0.52 | 0.44 | 28.38 | 0.35 | 0.41 |
| Hex | 8E | 67 | 44 | 0 | 1B | 34 | 2C | 1C | 23 | 29 |
| Octal | 216 | 147 | 104 | 0 | 33 | 64 | 54 | 34 | 43 | 51 |
| Binary | 10001110 | 1100111 | 1000100 | 0 | 11011 | 110100 | 101100 | 11100 | 100011 | 101001 |
Color Harmonies of #8E6744
Complementary color
Monochromatic Colors of #8E6744
Black with #8E6744
Text Example
Text Example
White with #8E6744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6744; }
p { color: rgb(142,103,68); }
H1.HeaderClassName
{
color: #8E6744;
}
.AnyTagClassName
{
color: #8E6744;
}
</style>
background-color css
<style>
a { background-color: #8E6744; }
a { background-color: rgb(142,103,68); }
div.DivClassName
{
background-color: #8E6744;
}
.BgClassName
{
background-color: #8E6744;
}
</style>
border-color css
<style>
span { border-color: #8E6744; }
span { border-color: rgb(142,103,68); }
td.TdClassName
{
border-color: #8E6744;
}
.TagClassName
{
border-color: #8E6744;
}
</style>