Shades of Golden Brown #8D6710
Tints of Golden Brown #8D6710
RGB
CMYK
RGB Variations
Color information
#8D6710 (or 0x8D6710) is known color: Golden Brown. HEX triplet: 8D, 67 and 10. RGB value is (141,103,16). Sum of RGB (Red+Green+Blue) = 141+103+16=260 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.23% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6710 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6710 is #7298EF. Grayscale: #686868. Windows color (decimal): -7510256 or 1075085. OLE color: 1075085.
HSL color Cylindrical-coordinate representation of color #8D6710: hue angle of 41.76º degrees, saturation: 0.8, 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 #8D6710 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 103 | 16 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.45 |
| HSL | 41.76º | 0.8% | 0.31% | - |
| HSV(B) | 41.76º | 0.89% | 0.55% | - |
| XYZ | 15.93 | 15.4 | 2.62 | - |
| YUV | 104.44 | 78.09 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 16 | 0 | 0.27 | 0.89 | 0.45 | 41.76 | 0.8 | 0.31 |
| Hex | 8D | 67 | 10 | 0 | 1B | 59 | 2D | 2A | 50 | 1F |
| Octal | 215 | 147 | 20 | 0 | 33 | 131 | 55 | 52 | 120 | 37 |
| Binary | 10001101 | 1100111 | 10000 | 0 | 11011 | 1011001 | 101101 | 101010 | 1010000 | 11111 |
Color Harmonies of #8D6710
Complementary color
Monochromatic Colors of #8D6710
Black with #8D6710
Text Example
Text Example
White with #8D6710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6710; }
p { color: rgb(141,103,16); }
H1.HeaderClassName
{
color: #8D6710;
}
.AnyTagClassName
{
color: #8D6710;
}
</style>
background-color css
<style>
a { background-color: #8D6710; }
a { background-color: rgb(141,103,16); }
div.DivClassName
{
background-color: #8D6710;
}
.BgClassName
{
background-color: #8D6710;
}
</style>
border-color css
<style>
span { border-color: #8D6710; }
span { border-color: rgb(141,103,16); }
td.TdClassName
{
border-color: #8D6710;
}
.TagClassName
{
border-color: #8D6710;
}
</style>