Shades of McKenzie #8C713E
Tints of McKenzie #8C713E
RGB
CMYK
RGB Variations
Color information
#8C713E (or 0x8C713E) is known color: McKenzie. HEX triplet: 8C, 71 and 3E. RGB value is (140,113,62). Sum of RGB (Red+Green+Blue) = 140+113+62=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C713E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C713E is #738EC1. Grayscale: #737373. Windows color (decimal): -7573186 or 4092300. OLE color: 4092300.
HSL color Cylindrical-coordinate representation of color #8C713E: hue angle of 39.23º 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 #8C713E is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 62 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.45 |
| HSL | 39.23º | 0.39% | 0.4% | - |
| HSV(B) | 39.23º | 0.56% | 0.55% | - |
| XYZ | 17.59 | 17.73 | 7.05 | - |
| YUV | 115.26 | 97.95 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 62 | 0 | 0.19 | 0.56 | 0.45 | 39.23 | 0.39 | 0.4 |
| Hex | 8C | 71 | 3E | 0 | 13 | 38 | 2D | 27 | 27 | 28 |
| Octal | 214 | 161 | 76 | 0 | 23 | 70 | 55 | 47 | 47 | 50 |
| Binary | 10001100 | 1110001 | 111110 | 0 | 10011 | 111000 | 101101 | 100111 | 100111 | 101000 |
Color Harmonies of #8C713E
Complementary color
Monochromatic Colors of #8C713E
Black with #8C713E
Text Example
Text Example
White with #8C713E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C713E; }
p { color: rgb(140,113,62); }
H1.HeaderClassName
{
color: #8C713E;
}
.AnyTagClassName
{
color: #8C713E;
}
</style>
background-color css
<style>
a { background-color: #8C713E; }
a { background-color: rgb(140,113,62); }
div.DivClassName
{
background-color: #8C713E;
}
.BgClassName
{
background-color: #8C713E;
}
</style>
border-color css
<style>
span { border-color: #8C713E; }
span { border-color: rgb(140,113,62); }
td.TdClassName
{
border-color: #8C713E;
}
.TagClassName
{
border-color: #8C713E;
}
</style>