Shades of Golden Brown #987805
Tints of Golden Brown #987805
RGB
CMYK
RGB Variations
Color information
#987805 (or 0x987805) is known color: Golden Brown. HEX triplet: 98, 78 and 05. RGB value is (152,120,5). Sum of RGB (Red+Green+Blue) = 152+120+5=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 5 (2.34% from 255 or 1.81% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #987805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987805 is #6787FA. Grayscale: #747474. Windows color (decimal): -6785019 or 358552. OLE color: 358552.
HSL color Cylindrical-coordinate representation of color #987805: hue angle of 46.94º 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 #987805 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 120 | 5 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.40 |
| HSL | 46.94º | 0.94% | 0.31% | - |
| HSV(B) | 46.94º | 0.97% | 0.6% | - |
| XYZ | 19.69 | 20.12 | 2.99 | - |
| YUV | 116.46 | 65.1 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 120 | 5 | 0 | 0.21 | 0.97 | 0.40 | 46.94 | 0.94 | 0.31 |
| Hex | 98 | 78 | 5 | 0 | 15 | 61 | 28 | 2F | 5E | 1F |
| Octal | 230 | 170 | 5 | 0 | 25 | 141 | 50 | 57 | 136 | 37 |
| Binary | 10011000 | 1111000 | 101 | 0 | 10101 | 1100001 | 101000 | 101111 | 1011110 | 11111 |
Color Harmonies of #987805
Complementary color
Monochromatic Colors of #987805
Black with #987805
Text Example
Text Example
White with #987805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987805; }
p { color: rgb(152,120,5); }
H1.HeaderClassName
{
color: #987805;
}
.AnyTagClassName
{
color: #987805;
}
</style>
background-color css
<style>
a { background-color: #987805; }
a { background-color: rgb(152,120,5); }
div.DivClassName
{
background-color: #987805;
}
.BgClassName
{
background-color: #987805;
}
</style>
border-color css
<style>
span { border-color: #987805; }
span { border-color: rgb(152,120,5); }
td.TdClassName
{
border-color: #987805;
}
.TagClassName
{
border-color: #987805;
}
</style>