Shades of McKenzie #8C703E
Tints of McKenzie #8C703E
RGB
CMYK
RGB Variations
Color information
#8C703E (or 0x8C703E) is known color: McKenzie. HEX triplet: 8C, 70 and 3E. RGB value is (140,112,62). Sum of RGB (Red+Green+Blue) = 140+112+62=314 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.59% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 62 (24.61% from 255 or 19.75% from 314); Max value from RGB is 140 - color contains mainly: red. Hex color #8C703E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C703E is #738FC1. Grayscale: #727272. Windows color (decimal): -7573442 or 4092044. OLE color: 4092044.
HSL color Cylindrical-coordinate representation of color #8C703E: hue angle of 38.46º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C703E is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 112 | 62 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.45 |
| HSL | 38.46º | 0.39% | 0.4% | - |
| HSV(B) | 38.46º | 0.56% | 0.55% | - |
| XYZ | 17.48 | 17.51 | 7.02 | - |
| YUV | 114.67 | 98.28 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 62 | 0 | 0.20 | 0.56 | 0.45 | 38.46 | 0.39 | 0.4 |
| Hex | 8C | 70 | 3E | 0 | 14 | 38 | 2D | 26 | 27 | 28 |
| Octal | 214 | 160 | 76 | 0 | 24 | 70 | 55 | 46 | 47 | 50 |
| Binary | 10001100 | 1110000 | 111110 | 0 | 10100 | 111000 | 101101 | 100110 | 100111 | 101000 |
Color Harmonies of #8C703E
Complementary color
Monochromatic Colors of #8C703E
Black with #8C703E
Text Example
Text Example
White with #8C703E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C703E; }
p { color: rgb(140,112,62); }
H1.HeaderClassName
{
color: #8C703E;
}
.AnyTagClassName
{
color: #8C703E;
}
</style>
background-color css
<style>
a { background-color: #8C703E; }
a { background-color: rgb(140,112,62); }
div.DivClassName
{
background-color: #8C703E;
}
.BgClassName
{
background-color: #8C703E;
}
</style>
border-color css
<style>
span { border-color: #8C703E; }
span { border-color: rgb(140,112,62); }
td.TdClassName
{
border-color: #8C703E;
}
.TagClassName
{
border-color: #8C703E;
}
</style>