Shades of McKenzie #8E6A41
Tints of McKenzie #8E6A41
RGB
CMYK
RGB Variations
Color information
#8E6A41 (or 0x8E6A41) is known color: McKenzie. HEX triplet: 8E, 6A and 41. RGB value is (142,106,65). Sum of RGB (Red+Green+Blue) = 142+106+65=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6A41 is #7195BE. Grayscale: #707070. Windows color (decimal): -7443903 or 4287118. OLE color: 4287118.
HSL color Cylindrical-coordinate representation of color #8E6A41: hue angle of 31.95º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E6A41 is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 106 | 65 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.44 |
| HSL | 31.95º | 0.37% | 0.41% | - |
| HSV(B) | 31.95º | 0.54% | 0.56% | - |
| XYZ | 17.26 | 16.44 | 7.26 | - |
| YUV | 112.09 | 101.43 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 106 | 65 | 0 | 0.25 | 0.54 | 0.44 | 31.95 | 0.37 | 0.41 |
| Hex | 8E | 6A | 41 | 0 | 19 | 36 | 2C | 20 | 25 | 29 |
| Octal | 216 | 152 | 101 | 0 | 31 | 66 | 54 | 40 | 45 | 51 |
| Binary | 10001110 | 1101010 | 1000001 | 0 | 11001 | 110110 | 101100 | 100000 | 100101 | 101001 |
Color Harmonies of #8E6A41
Complementary color
Monochromatic Colors of #8E6A41
Black with #8E6A41
Text Example
Text Example
White with #8E6A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6A41; }
p { color: rgb(142,106,65); }
H1.HeaderClassName
{
color: #8E6A41;
}
.AnyTagClassName
{
color: #8E6A41;
}
</style>
background-color css
<style>
a { background-color: #8E6A41; }
a { background-color: rgb(142,106,65); }
div.DivClassName
{
background-color: #8E6A41;
}
.BgClassName
{
background-color: #8E6A41;
}
</style>
border-color css
<style>
span { border-color: #8E6A41; }
span { border-color: rgb(142,106,65); }
td.TdClassName
{
border-color: #8E6A41;
}
.TagClassName
{
border-color: #8E6A41;
}
</style>