Shades of Golden Brown #8D6109
Tints of Golden Brown #8D6109
RGB
CMYK
RGB Variations
Color information
#8D6109 (or 0x8D6109) is known color: Golden Brown. HEX triplet: 8D, 61 and 09. RGB value is (141,97,9). Sum of RGB (Red+Green+Blue) = 141+97+9=247 (32% of max value = 765). Red value is 141 (55.47% from 255 or 57.09% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 9 (3.91% from 255 or 3.64% from 247); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6109 is #729EF6. Grayscale: #646464. Windows color (decimal): -7511799 or 614797. OLE color: 614797.
HSL color Cylindrical-coordinate representation of color #8D6109: hue angle of 40º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D6109 is Cyan = 0, Magento = 0.31, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 97 | 9 | - |
| CMYK | 0 | 0.31 | 0.94 | 0.45 |
| HSL | 40º | 0.88% | 0.29% | - |
| HSV(B) | 40º | 0.94% | 0.55% | - |
| XYZ | 15.31 | 14.23 | 2.2 | - |
| YUV | 100.12 | 76.58 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 97 | 9 | 0 | 0.31 | 0.94 | 0.45 | 40 | 0.88 | 0.29 |
| Hex | 8D | 61 | 9 | 0 | 1F | 5E | 2D | 28 | 58 | 1D |
| Octal | 215 | 141 | 11 | 0 | 37 | 136 | 55 | 50 | 130 | 35 |
| Binary | 10001101 | 1100001 | 1001 | 0 | 11111 | 1011110 | 101101 | 101000 | 1011000 | 11101 |
Color Harmonies of #8D6109
Complementary color
Monochromatic Colors of #8D6109
Black with #8D6109
Text Example
Text Example
White with #8D6109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6109; }
p { color: rgb(141,97,9); }
H1.HeaderClassName
{
color: #8D6109;
}
.AnyTagClassName
{
color: #8D6109;
}
</style>
background-color css
<style>
a { background-color: #8D6109; }
a { background-color: rgb(141,97,9); }
div.DivClassName
{
background-color: #8D6109;
}
.BgClassName
{
background-color: #8D6109;
}
</style>
border-color css
<style>
span { border-color: #8D6109; }
span { border-color: rgb(141,97,9); }
td.TdClassName
{
border-color: #8D6109;
}
.TagClassName
{
border-color: #8D6109;
}
</style>