Shades of Golden Brown #8C6210
Tints of Golden Brown #8C6210
RGB
CMYK
RGB Variations
Color information
#8C6210 (or 0x8C6210) is known color: Golden Brown. HEX triplet: 8C, 62 and 10. RGB value is (140,98,16). Sum of RGB (Red+Green+Blue) = 140+98+16=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6210 is #739DEF. Grayscale: #656565. Windows color (decimal): -7577072 or 1073804. OLE color: 1073804.
HSL color Cylindrical-coordinate representation of color #8C6210: hue angle of 39.68º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C6210 is Cyan = 0, Magento = 0.3, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 16 | - |
| CMYK | 0 | 0.3 | 0.89 | 0.45 |
| HSL | 39.68º | 0.79% | 0.31% | - |
| HSV(B) | 39.68º | 0.89% | 0.55% | - |
| XYZ | 15.28 | 14.35 | 2.45 | - |
| YUV | 101.21 | 79.91 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 16 | 0 | 0.3 | 0.89 | 0.45 | 39.68 | 0.79 | 0.31 |
| Hex | 8C | 62 | 10 | 0 | 1E | 59 | 2D | 28 | 4F | 1F |
| Octal | 214 | 142 | 20 | 0 | 36 | 131 | 55 | 50 | 117 | 37 |
| Binary | 10001100 | 1100010 | 10000 | 0 | 11110 | 1011001 | 101101 | 101000 | 1001111 | 11111 |
Color Harmonies of #8C6210
Complementary color
Monochromatic Colors of #8C6210
Black with #8C6210
Text Example
Text Example
White with #8C6210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6210; }
p { color: rgb(140,98,16); }
H1.HeaderClassName
{
color: #8C6210;
}
.AnyTagClassName
{
color: #8C6210;
}
</style>
background-color css
<style>
a { background-color: #8C6210; }
a { background-color: rgb(140,98,16); }
div.DivClassName
{
background-color: #8C6210;
}
.BgClassName
{
background-color: #8C6210;
}
</style>
border-color css
<style>
span { border-color: #8C6210; }
span { border-color: rgb(140,98,16); }
td.TdClassName
{
border-color: #8C6210;
}
.TagClassName
{
border-color: #8C6210;
}
</style>