Shades of McKenzie #8E6631
Tints of McKenzie #8E6631
RGB
CMYK
RGB Variations
Color information
#8E6631 (or 0x8E6631) is known color: McKenzie. HEX triplet: 8E, 66 and 31. RGB value is (142,102,49). Sum of RGB (Red+Green+Blue) = 142+102+49=293 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.46% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 49 (19.53% from 255 or 16.72% from 293); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6631 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6631 is #7199CE. Grayscale: #6C6C6C. Windows color (decimal): -7444943 or 3237518. OLE color: 3237518.
HSL color Cylindrical-coordinate representation of color #8E6631: hue angle of 34.19º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8E6631 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 102 | 49 | - |
| CMYK | 0 | 0.28 | 0.65 | 0.44 |
| HSL | 34.19º | 0.49% | 0.37% | - |
| HSV(B) | 34.19º | 0.65% | 0.56% | - |
| XYZ | 16.46 | 15.48 | 5.03 | - |
| YUV | 107.92 | 94.75 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 102 | 49 | 0 | 0.28 | 0.65 | 0.44 | 34.19 | 0.49 | 0.37 |
| Hex | 8E | 66 | 31 | 0 | 1C | 41 | 2C | 22 | 31 | 25 |
| Octal | 216 | 146 | 61 | 0 | 34 | 101 | 54 | 42 | 61 | 45 |
| Binary | 10001110 | 1100110 | 110001 | 0 | 11100 | 1000001 | 101100 | 100010 | 110001 | 100101 |
Color Harmonies of #8E6631
Complementary color
Monochromatic Colors of #8E6631
Black with #8E6631
Text Example
Text Example
White with #8E6631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6631; }
p { color: rgb(142,102,49); }
H1.HeaderClassName
{
color: #8E6631;
}
.AnyTagClassName
{
color: #8E6631;
}
</style>
background-color css
<style>
a { background-color: #8E6631; }
a { background-color: rgb(142,102,49); }
div.DivClassName
{
background-color: #8E6631;
}
.BgClassName
{
background-color: #8E6631;
}
</style>
border-color css
<style>
span { border-color: #8E6631; }
span { border-color: rgb(142,102,49); }
td.TdClassName
{
border-color: #8E6631;
}
.TagClassName
{
border-color: #8E6631;
}
</style>