Shades of McKenzie #8C6E41
Tints of McKenzie #8C6E41
RGB
CMYK
RGB Variations
Color information
#8C6E41 (or 0x8C6E41) is known color: McKenzie. HEX triplet: 8C, 6E and 41. RGB value is (140,110,65). Sum of RGB (Red+Green+Blue) = 140+110+65=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 110 (43.36% from 255 or 34.92% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C6E41 is #7391BE. Grayscale: #727272. Windows color (decimal): -7573951 or 4288140. OLE color: 4288140.
HSL color Cylindrical-coordinate representation of color #8C6E41: hue angle of 36º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C6E41 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 110 | 65 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.45 |
| HSL | 36º | 0.37% | 0.4% | - |
| HSV(B) | 36º | 0.54% | 0.55% | - |
| XYZ | 17.35 | 17.11 | 7.39 | - |
| YUV | 113.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 65 | 0 | 0.21 | 0.54 | 0.45 | 36 | 0.37 | 0.4 |
| Hex | 8C | 6E | 41 | 0 | 15 | 36 | 2D | 24 | 25 | 28 |
| Octal | 214 | 156 | 101 | 0 | 25 | 66 | 55 | 44 | 45 | 50 |
| Binary | 10001100 | 1101110 | 1000001 | 0 | 10101 | 110110 | 101101 | 100100 | 100101 | 101000 |
Color Harmonies of #8C6E41
Complementary color
Monochromatic Colors of #8C6E41
Black with #8C6E41
Text Example
Text Example
White with #8C6E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6E41; }
p { color: rgb(140,110,65); }
H1.HeaderClassName
{
color: #8C6E41;
}
.AnyTagClassName
{
color: #8C6E41;
}
</style>
background-color css
<style>
a { background-color: #8C6E41; }
a { background-color: rgb(140,110,65); }
div.DivClassName
{
background-color: #8C6E41;
}
.BgClassName
{
background-color: #8C6E41;
}
</style>
border-color css
<style>
span { border-color: #8C6E41; }
span { border-color: rgb(140,110,65); }
td.TdClassName
{
border-color: #8C6E41;
}
.TagClassName
{
border-color: #8C6E41;
}
</style>