Shades of Golden Brown #987607
Tints of Golden Brown #987607
RGB
CMYK
RGB Variations
Color information
#987607 (or 0x987607) is known color: Golden Brown. HEX triplet: 98, 76 and 07. RGB value is (152,118,7). Sum of RGB (Red+Green+Blue) = 152+118+7=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 118 (46.48% from 255 or 42.60% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #987607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987607 is #6789F8. Grayscale: #737373. Windows color (decimal): -6785529 or 489112. OLE color: 489112.
HSL color Cylindrical-coordinate representation of color #987607: hue angle of 45.93º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #987607 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 7 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.40 |
| HSL | 45.93º | 0.91% | 0.31% | - |
| HSV(B) | 45.93º | 0.95% | 0.6% | - |
| XYZ | 19.47 | 19.65 | 2.97 | - |
| YUV | 115.51 | 66.76 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 7 | 0 | 0.22 | 0.95 | 0.40 | 45.93 | 0.91 | 0.31 |
| Hex | 98 | 76 | 7 | 0 | 16 | 5F | 28 | 2E | 5B | 1F |
| Octal | 230 | 166 | 7 | 0 | 26 | 137 | 50 | 56 | 133 | 37 |
| Binary | 10011000 | 1110110 | 111 | 0 | 10110 | 1011111 | 101000 | 101110 | 1011011 | 11111 |
Color Harmonies of #987607
Complementary color
Monochromatic Colors of #987607
Black with #987607
Text Example
Text Example
White with #987607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987607; }
p { color: rgb(152,118,7); }
H1.HeaderClassName
{
color: #987607;
}
.AnyTagClassName
{
color: #987607;
}
</style>
background-color css
<style>
a { background-color: #987607; }
a { background-color: rgb(152,118,7); }
div.DivClassName
{
background-color: #987607;
}
.BgClassName
{
background-color: #987607;
}
</style>
border-color css
<style>
span { border-color: #987607; }
span { border-color: rgb(152,118,7); }
td.TdClassName
{
border-color: #987607;
}
.TagClassName
{
border-color: #987607;
}
</style>