Shades of McKenzie #8C613E
Tints of McKenzie #8C613E
RGB
CMYK
RGB Variations
Color information
#8C613E (or 0x8C613E) is known color: McKenzie. HEX triplet: 8C, 61 and 3E. RGB value is (140,97,62). Sum of RGB (Red+Green+Blue) = 140+97+62=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C613E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C613E is #739EC1. Grayscale: #6A6A6A. Windows color (decimal): -7577282 or 4088204. OLE color: 4088204.
HSL color Cylindrical-coordinate representation of color #8C613E: hue angle of 26.92º 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 #8C613E is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 97 | 62 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.45 |
| HSL | 26.92º | 0.39% | 0.4% | - |
| HSV(B) | 26.92º | 0.56% | 0.55% | - |
| XYZ | 15.96 | 14.47 | 6.51 | - |
| YUV | 105.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 62 | 0 | 0.31 | 0.56 | 0.45 | 26.92 | 0.39 | 0.4 |
| Hex | 8C | 61 | 3E | 0 | 1F | 38 | 2D | 1B | 27 | 28 |
| Octal | 214 | 141 | 76 | 0 | 37 | 70 | 55 | 33 | 47 | 50 |
| Binary | 10001100 | 1100001 | 111110 | 0 | 11111 | 111000 | 101101 | 11011 | 100111 | 101000 |
Color Harmonies of #8C613E
Complementary color
Monochromatic Colors of #8C613E
Black with #8C613E
Text Example
Text Example
White with #8C613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C613E; }
p { color: rgb(140,97,62); }
H1.HeaderClassName
{
color: #8C613E;
}
.AnyTagClassName
{
color: #8C613E;
}
</style>
background-color css
<style>
a { background-color: #8C613E; }
a { background-color: rgb(140,97,62); }
div.DivClassName
{
background-color: #8C613E;
}
.BgClassName
{
background-color: #8C613E;
}
</style>
border-color css
<style>
span { border-color: #8C613E; }
span { border-color: rgb(140,97,62); }
td.TdClassName
{
border-color: #8C613E;
}
.TagClassName
{
border-color: #8C613E;
}
</style>