Shades of Golden Brown #8C6113
Tints of Golden Brown #8C6113
RGB
CMYK
RGB Variations
Color information
#8C6113 (or 0x8C6113) is known color: Golden Brown. HEX triplet: 8C, 61 and 13. RGB value is (140,97,19). Sum of RGB (Red+Green+Blue) = 140+97+19=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6113 is #739EEC. Grayscale: #656565. Windows color (decimal): -7577325 or 1270156. OLE color: 1270156.
HSL color Cylindrical-coordinate representation of color #8C6113: hue angle of 38.68º 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 #8C6113 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 97 | 19 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.45 |
| HSL | 38.68º | 0.76% | 0.31% | - |
| HSV(B) | 38.68º | 0.86% | 0.55% | - |
| XYZ | 15.21 | 14.17 | 2.55 | - |
| YUV | 100.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 97 | 19 | 0 | 0.31 | 0.86 | 0.45 | 38.68 | 0.76 | 0.31 |
| Hex | 8C | 61 | 13 | 0 | 1F | 56 | 2D | 27 | 4C | 1F |
| Octal | 214 | 141 | 23 | 0 | 37 | 126 | 55 | 47 | 114 | 37 |
| Binary | 10001100 | 1100001 | 10011 | 0 | 11111 | 1010110 | 101101 | 100111 | 1001100 | 11111 |
Color Harmonies of #8C6113
Complementary color
Monochromatic Colors of #8C6113
Black with #8C6113
Text Example
Text Example
White with #8C6113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6113; }
p { color: rgb(140,97,19); }
H1.HeaderClassName
{
color: #8C6113;
}
.AnyTagClassName
{
color: #8C6113;
}
</style>
background-color css
<style>
a { background-color: #8C6113; }
a { background-color: rgb(140,97,19); }
div.DivClassName
{
background-color: #8C6113;
}
.BgClassName
{
background-color: #8C6113;
}
</style>
border-color css
<style>
span { border-color: #8C6113; }
span { border-color: rgb(140,97,19); }
td.TdClassName
{
border-color: #8C6113;
}
.TagClassName
{
border-color: #8C6113;
}
</style>