Shades of Golden Brown #8C6713
Tints of Golden Brown #8C6713
RGB
CMYK
RGB Variations
Color information
#8C6713 (or 0x8C6713) is known color: Golden Brown. HEX triplet: 8C, 67 and 13. RGB value is (140,103,19). Sum of RGB (Red+Green+Blue) = 140+103+19=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6713 is #7398EC. Grayscale: #686868. Windows color (decimal): -7575789 or 1271692. OLE color: 1271692.
HSL color Cylindrical-coordinate representation of color #8C6713: hue angle of 41.65º 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 #8C6713 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 103 | 19 | - |
| CMYK | 0 | 0.26 | 0.86 | 0.45 |
| HSL | 41.65º | 0.76% | 0.31% | - |
| HSV(B) | 41.65º | 0.86% | 0.55% | - |
| XYZ | 15.78 | 15.32 | 2.74 | - |
| YUV | 104.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 103 | 19 | 0 | 0.26 | 0.86 | 0.45 | 41.65 | 0.76 | 0.31 |
| Hex | 8C | 67 | 13 | 0 | 1A | 56 | 2D | 2A | 4C | 1F |
| Octal | 214 | 147 | 23 | 0 | 32 | 126 | 55 | 52 | 114 | 37 |
| Binary | 10001100 | 1100111 | 10011 | 0 | 11010 | 1010110 | 101101 | 101010 | 1001100 | 11111 |
Color Harmonies of #8C6713
Complementary color
Monochromatic Colors of #8C6713
Black with #8C6713
Text Example
Text Example
White with #8C6713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6713; }
p { color: rgb(140,103,19); }
H1.HeaderClassName
{
color: #8C6713;
}
.AnyTagClassName
{
color: #8C6713;
}
</style>
background-color css
<style>
a { background-color: #8C6713; }
a { background-color: rgb(140,103,19); }
div.DivClassName
{
background-color: #8C6713;
}
.BgClassName
{
background-color: #8C6713;
}
</style>
border-color css
<style>
span { border-color: #8C6713; }
span { border-color: rgb(140,103,19); }
td.TdClassName
{
border-color: #8C6713;
}
.TagClassName
{
border-color: #8C6713;
}
</style>