Shades of Golden Brown #8C6516
Tints of Golden Brown #8C6516
RGB
CMYK
RGB Variations
Color information
#8C6516 (or 0x8C6516) is known color: Golden Brown. HEX triplet: 8C, 65 and 16. RGB value is (140,101,22). Sum of RGB (Red+Green+Blue) = 140+101+22=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 22 (8.98% from 255 or 8.37% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6516 is #739AE9. Grayscale: #686868. Windows color (decimal): -7576298 or 1467788. OLE color: 1467788.
HSL color Cylindrical-coordinate representation of color #8C6516: hue angle of 40.17º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C6516 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 101 | 22 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.45 |
| HSL | 40.17º | 0.73% | 0.32% | - |
| HSV(B) | 40.17º | 0.84% | 0.55% | - |
| XYZ | 15.61 | 14.94 | 2.82 | - |
| YUV | 103.66 | 81.92 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 22 | 0 | 0.28 | 0.84 | 0.45 | 40.17 | 0.73 | 0.32 |
| Hex | 8C | 65 | 16 | 0 | 1C | 54 | 2D | 28 | 49 | 20 |
| Octal | 214 | 145 | 26 | 0 | 34 | 124 | 55 | 50 | 111 | 40 |
| Binary | 10001100 | 1100101 | 10110 | 0 | 11100 | 1010100 | 101101 | 101000 | 1001001 | 100000 |
Color Harmonies of #8C6516
Complementary color
Monochromatic Colors of #8C6516
Black with #8C6516
Text Example
Text Example
White with #8C6516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6516; }
p { color: rgb(140,101,22); }
H1.HeaderClassName
{
color: #8C6516;
}
.AnyTagClassName
{
color: #8C6516;
}
</style>
background-color css
<style>
a { background-color: #8C6516; }
a { background-color: rgb(140,101,22); }
div.DivClassName
{
background-color: #8C6516;
}
.BgClassName
{
background-color: #8C6516;
}
</style>
border-color css
<style>
span { border-color: #8C6516; }
span { border-color: rgb(140,101,22); }
td.TdClassName
{
border-color: #8C6516;
}
.TagClassName
{
border-color: #8C6516;
}
</style>