Shades of Golden Brown #986209
Tints of Golden Brown #986209
RGB
CMYK
RGB Variations
Color information
#986209 (or 0x986209) is known color: Golden Brown. HEX triplet: 98, 62 and 09. RGB value is (152,98,9). Sum of RGB (Red+Green+Blue) = 152+98+9=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #986209 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986209 is #679DF6. Grayscale: #686868. Windows color (decimal): -6790647 or 615064. OLE color: 615064.
HSL color Cylindrical-coordinate representation of color #986209: hue angle of 37.34º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #986209 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 98 | 9 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.40 |
| HSL | 37.34º | 0.89% | 0.32% | - |
| HSV(B) | 37.34º | 0.94% | 0.6% | - |
| XYZ | 17.37 | 15.43 | 2.32 | - |
| YUV | 104 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 98 | 9 | 0 | 0.36 | 0.94 | 0.40 | 37.34 | 0.89 | 0.32 |
| Hex | 98 | 62 | 9 | 0 | 24 | 5E | 28 | 25 | 59 | 20 |
| Octal | 230 | 142 | 11 | 0 | 44 | 136 | 50 | 45 | 131 | 40 |
| Binary | 10011000 | 1100010 | 1001 | 0 | 100100 | 1011110 | 101000 | 100101 | 1011001 | 100000 |
Color Harmonies of #986209
Complementary color
Monochromatic Colors of #986209
Black with #986209
Text Example
Text Example
White with #986209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986209; }
p { color: rgb(152,98,9); }
H1.HeaderClassName
{
color: #986209;
}
.AnyTagClassName
{
color: #986209;
}
</style>
background-color css
<style>
a { background-color: #986209; }
a { background-color: rgb(152,98,9); }
div.DivClassName
{
background-color: #986209;
}
.BgClassName
{
background-color: #986209;
}
</style>
border-color css
<style>
span { border-color: #986209; }
span { border-color: rgb(152,98,9); }
td.TdClassName
{
border-color: #986209;
}
.TagClassName
{
border-color: #986209;
}
</style>