Shades of McKenzie #8E6B3C
Tints of McKenzie #8E6B3C
RGB
CMYK
RGB Variations
Color information
#8E6B3C (or 0x8E6B3C) is known color: McKenzie. HEX triplet: 8E, 6B and 3C. RGB value is (142,107,60). Sum of RGB (Red+Green+Blue) = 142+107+60=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6B3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6B3C is #7194C3. Grayscale: #707070. Windows color (decimal): -7443652 or 3959694. OLE color: 3959694.
HSL color Cylindrical-coordinate representation of color #8E6B3C: hue angle of 34.39º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E6B3C is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 107 | 60 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.44 |
| HSL | 34.39º | 0.41% | 0.4% | - |
| HSV(B) | 34.39º | 0.58% | 0.56% | - |
| XYZ | 17.23 | 16.59 | 6.57 | - |
| YUV | 112.11 | 98.6 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 107 | 60 | 0 | 0.25 | 0.58 | 0.44 | 34.39 | 0.41 | 0.4 |
| Hex | 8E | 6B | 3C | 0 | 19 | 3A | 2C | 22 | 29 | 28 |
| Octal | 216 | 153 | 74 | 0 | 31 | 72 | 54 | 42 | 51 | 50 |
| Binary | 10001110 | 1101011 | 111100 | 0 | 11001 | 111010 | 101100 | 100010 | 101001 | 101000 |
Color Harmonies of #8E6B3C
Complementary color
Monochromatic Colors of #8E6B3C
Black with #8E6B3C
Text Example
Text Example
White with #8E6B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6B3C; }
p { color: rgb(142,107,60); }
H1.HeaderClassName
{
color: #8E6B3C;
}
.AnyTagClassName
{
color: #8E6B3C;
}
</style>
background-color css
<style>
a { background-color: #8E6B3C; }
a { background-color: rgb(142,107,60); }
div.DivClassName
{
background-color: #8E6B3C;
}
.BgClassName
{
background-color: #8E6B3C;
}
</style>
border-color css
<style>
span { border-color: #8E6B3C; }
span { border-color: rgb(142,107,60); }
td.TdClassName
{
border-color: #8E6B3C;
}
.TagClassName
{
border-color: #8E6B3C;
}
</style>