Shades of McKenzie #8E633C
Tints of McKenzie #8E633C
RGB
CMYK
RGB Variations
Color information
#8E633C (or 0x8E633C) is known color: McKenzie. HEX triplet: 8E, 63 and 3C. RGB value is (142,99,60). Sum of RGB (Red+Green+Blue) = 142+99+60=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E633C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E633C is #719CC3. Grayscale: #6B6B6B. Windows color (decimal): -7445700 or 3957646. OLE color: 3957646.
HSL color Cylindrical-coordinate representation of color #8E633C: hue angle of 28.54º 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 #8E633C is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 99 | 60 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.44 |
| HSL | 28.54º | 0.41% | 0.4% | - |
| HSV(B) | 28.54º | 0.58% | 0.56% | - |
| XYZ | 16.43 | 15 | 6.3 | - |
| YUV | 107.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 99 | 60 | 0 | 0.30 | 0.58 | 0.44 | 28.54 | 0.41 | 0.4 |
| Hex | 8E | 63 | 3C | 0 | 1E | 3A | 2C | 1D | 29 | 28 |
| Octal | 216 | 143 | 74 | 0 | 36 | 72 | 54 | 35 | 51 | 50 |
| Binary | 10001110 | 1100011 | 111100 | 0 | 11110 | 111010 | 101100 | 11101 | 101001 | 101000 |
Color Harmonies of #8E633C
Complementary color
Monochromatic Colors of #8E633C
Black with #8E633C
Text Example
Text Example
White with #8E633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E633C; }
p { color: rgb(142,99,60); }
H1.HeaderClassName
{
color: #8E633C;
}
.AnyTagClassName
{
color: #8E633C;
}
</style>
background-color css
<style>
a { background-color: #8E633C; }
a { background-color: rgb(142,99,60); }
div.DivClassName
{
background-color: #8E633C;
}
.BgClassName
{
background-color: #8E633C;
}
</style>
border-color css
<style>
span { border-color: #8E633C; }
span { border-color: rgb(142,99,60); }
td.TdClassName
{
border-color: #8E633C;
}
.TagClassName
{
border-color: #8E633C;
}
</style>