Shades of Golden Brown #8D6209
Tints of Golden Brown #8D6209
RGB
CMYK
RGB Variations
Color information
#8D6209 (or 0x8D6209) is known color: Golden Brown. HEX triplet: 8D, 62 and 09. RGB value is (141,98,9). Sum of RGB (Red+Green+Blue) = 141+98+9=248 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.85% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D6209 is #729DF6. Grayscale: #656565. Windows color (decimal): -7511543 or 615053. OLE color: 615053.
HSL color Cylindrical-coordinate representation of color #8D6209: hue angle of 40.45º 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 #8D6209 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 98 | 9 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.45 |
| HSL | 40.45º | 0.88% | 0.29% | - |
| HSV(B) | 40.45º | 0.94% | 0.55% | - |
| XYZ | 15.4 | 14.42 | 2.23 | - |
| YUV | 100.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 98 | 9 | 0 | 0.30 | 0.94 | 0.45 | 40.45 | 0.88 | 0.29 |
| Hex | 8D | 62 | 9 | 0 | 1E | 5E | 2D | 28 | 58 | 1D |
| Octal | 215 | 142 | 11 | 0 | 36 | 136 | 55 | 50 | 130 | 35 |
| Binary | 10001101 | 1100010 | 1001 | 0 | 11110 | 1011110 | 101101 | 101000 | 1011000 | 11101 |
Color Harmonies of #8D6209
Complementary color
Monochromatic Colors of #8D6209
Black with #8D6209
Text Example
Text Example
White with #8D6209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6209; }
p { color: rgb(141,98,9); }
H1.HeaderClassName
{
color: #8D6209;
}
.AnyTagClassName
{
color: #8D6209;
}
</style>
background-color css
<style>
a { background-color: #8D6209; }
a { background-color: rgb(141,98,9); }
div.DivClassName
{
background-color: #8D6209;
}
.BgClassName
{
background-color: #8D6209;
}
</style>
border-color css
<style>
span { border-color: #8D6209; }
span { border-color: rgb(141,98,9); }
td.TdClassName
{
border-color: #8D6209;
}
.TagClassName
{
border-color: #8D6209;
}
</style>