Shades of Golden Brown #987705
Tints of Golden Brown #987705
RGB
CMYK
RGB Variations
Color information
#987705 (or 0x987705) is known color: Golden Brown. HEX triplet: 98, 77 and 05. RGB value is (152,119,5). Sum of RGB (Red+Green+Blue) = 152+119+5=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #987705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987705 is #6788FA. Grayscale: #747474. Windows color (decimal): -6785275 or 358296. OLE color: 358296.
HSL color Cylindrical-coordinate representation of color #987705: hue angle of 46.53º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #987705 is Cyan = 0, Magento = 0.22, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 5 | - |
| CMYK | 0 | 0.22 | 0.97 | 0.40 |
| HSL | 46.53º | 0.94% | 0.31% | - |
| HSV(B) | 46.53º | 0.97% | 0.6% | - |
| XYZ | 19.57 | 19.88 | 2.95 | - |
| YUV | 115.87 | 65.43 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 5 | 0 | 0.22 | 0.97 | 0.40 | 46.53 | 0.94 | 0.31 |
| Hex | 98 | 77 | 5 | 0 | 16 | 61 | 28 | 2F | 5E | 1F |
| Octal | 230 | 167 | 5 | 0 | 26 | 141 | 50 | 57 | 136 | 37 |
| Binary | 10011000 | 1110111 | 101 | 0 | 10110 | 1100001 | 101000 | 101111 | 1011110 | 11111 |
Color Harmonies of #987705
Complementary color
Monochromatic Colors of #987705
Black with #987705
Text Example
Text Example
White with #987705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987705; }
p { color: rgb(152,119,5); }
H1.HeaderClassName
{
color: #987705;
}
.AnyTagClassName
{
color: #987705;
}
</style>
background-color css
<style>
a { background-color: #987705; }
a { background-color: rgb(152,119,5); }
div.DivClassName
{
background-color: #987705;
}
.BgClassName
{
background-color: #987705;
}
</style>
border-color css
<style>
span { border-color: #987705; }
span { border-color: rgb(152,119,5); }
td.TdClassName
{
border-color: #987705;
}
.TagClassName
{
border-color: #987705;
}
</style>