Shades of Golden Brown #987709
Tints of Golden Brown #987709
RGB
CMYK
RGB Variations
Color information
#987709 (or 0x987709) is known color: Golden Brown. HEX triplet: 98, 77 and 09. RGB value is (152,119,9). Sum of RGB (Red+Green+Blue) = 152+119+9=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 9 (3.91% from 255 or 3.21% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #987709 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987709 is #6788F6. Grayscale: #747474. Windows color (decimal): -6785271 or 620440. OLE color: 620440.
HSL color Cylindrical-coordinate representation of color #987709: hue angle of 46.15º 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 #987709 is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 9 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.40 |
| HSL | 46.15º | 0.89% | 0.32% | - |
| HSV(B) | 46.15º | 0.94% | 0.6% | - |
| XYZ | 19.6 | 19.89 | 3.06 | - |
| YUV | 116.33 | 67.43 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 9 | 0 | 0.22 | 0.94 | 0.40 | 46.15 | 0.89 | 0.32 |
| Hex | 98 | 77 | 9 | 0 | 16 | 5E | 28 | 2E | 59 | 20 |
| Octal | 230 | 167 | 11 | 0 | 26 | 136 | 50 | 56 | 131 | 40 |
| Binary | 10011000 | 1110111 | 1001 | 0 | 10110 | 1011110 | 101000 | 101110 | 1011001 | 100000 |
Color Harmonies of #987709
Complementary color
Monochromatic Colors of #987709
Black with #987709
Text Example
Text Example
White with #987709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987709; }
p { color: rgb(152,119,9); }
H1.HeaderClassName
{
color: #987709;
}
.AnyTagClassName
{
color: #987709;
}
</style>
background-color css
<style>
a { background-color: #987709; }
a { background-color: rgb(152,119,9); }
div.DivClassName
{
background-color: #987709;
}
.BgClassName
{
background-color: #987709;
}
</style>
border-color css
<style>
span { border-color: #987709; }
span { border-color: rgb(152,119,9); }
td.TdClassName
{
border-color: #987709;
}
.TagClassName
{
border-color: #987709;
}
</style>