Shades of Golden Brown #987700
Tints of Golden Brown #987700
RGB
CMYK
RGB Variations
Color information
#987700 (or 0x987700) is known color: Golden Brown. HEX triplet: 98, 77 and 00. RGB value is (152,119,0). Sum of RGB (Red+Green+Blue) = 152+119+0=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #987700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987700 is #6788FF. Grayscale: #737373. Windows color (decimal): -6785280 or 30616. OLE color: 30616.
HSL color Cylindrical-coordinate representation of color #987700: hue angle of 46.97º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #987700 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.40 |
| HSL | 46.97º | 1% | 0.3% | - |
| HSV(B) | 46.97º | 1% | 0.6% | - |
| XYZ | 19.55 | 19.87 | 2.8 | - |
| YUV | 115.3 | 62.93 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 0 | 0 | 0.22 | 1 | 0.40 | 46.97 | 1 | 0.3 |
| Hex | 98 | 77 | 0 | 0 | 16 | 64 | 28 | 2F | 64 | 1E |
| Octal | 230 | 167 | 0 | 0 | 26 | 144 | 50 | 57 | 144 | 36 |
| Binary | 10011000 | 1110111 | 0 | 0 | 10110 | 1100100 | 101000 | 101111 | 1100100 | 11110 |
Color Harmonies of #987700
Complementary color
Monochromatic Colors of #987700
Black with #987700
Text Example
Text Example
White with #987700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987700; }
p { color: rgb(152,119,0); }
H1.HeaderClassName
{
color: #987700;
}
.AnyTagClassName
{
color: #987700;
}
</style>
background-color css
<style>
a { background-color: #987700; }
a { background-color: rgb(152,119,0); }
div.DivClassName
{
background-color: #987700;
}
.BgClassName
{
background-color: #987700;
}
</style>
border-color css
<style>
span { border-color: #987700; }
span { border-color: rgb(152,119,0); }
td.TdClassName
{
border-color: #987700;
}
.TagClassName
{
border-color: #987700;
}
</style>