Shades of Golden Brown #8C6213
Tints of Golden Brown #8C6213
RGB
CMYK
RGB Variations
Color information
#8C6213 (or 0x8C6213) is known color: Golden Brown. HEX triplet: 8C, 62 and 13. RGB value is (140,98,19). Sum of RGB (Red+Green+Blue) = 140+98+19=257 (34% of max value = 765). Red value is 140 (55.08% from 255 or 54.47% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6213 is #739DEC. Grayscale: #656565. Windows color (decimal): -7577069 or 1270412. OLE color: 1270412.
HSL color Cylindrical-coordinate representation of color #8C6213: hue angle of 39.17º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C6213 is Cyan = 0, Magento = 0.3, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 19 | - |
| CMYK | 0 | 0.3 | 0.86 | 0.45 |
| HSL | 39.17º | 0.76% | 0.31% | - |
| HSV(B) | 39.17º | 0.86% | 0.55% | - |
| XYZ | 15.3 | 14.36 | 2.58 | - |
| YUV | 101.55 | 81.41 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 19 | 0 | 0.3 | 0.86 | 0.45 | 39.17 | 0.76 | 0.31 |
| Hex | 8C | 62 | 13 | 0 | 1E | 56 | 2D | 27 | 4C | 1F |
| Octal | 214 | 142 | 23 | 0 | 36 | 126 | 55 | 47 | 114 | 37 |
| Binary | 10001100 | 1100010 | 10011 | 0 | 11110 | 1010110 | 101101 | 100111 | 1001100 | 11111 |
Color Harmonies of #8C6213
Complementary color
Monochromatic Colors of #8C6213
Black with #8C6213
Text Example
Text Example
White with #8C6213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6213; }
p { color: rgb(140,98,19); }
H1.HeaderClassName
{
color: #8C6213;
}
.AnyTagClassName
{
color: #8C6213;
}
</style>
background-color css
<style>
a { background-color: #8C6213; }
a { background-color: rgb(140,98,19); }
div.DivClassName
{
background-color: #8C6213;
}
.BgClassName
{
background-color: #8C6213;
}
</style>
border-color css
<style>
span { border-color: #8C6213; }
span { border-color: rgb(140,98,19); }
td.TdClassName
{
border-color: #8C6213;
}
.TagClassName
{
border-color: #8C6213;
}
</style>