Shades of Golden Brown #987707
Tints of Golden Brown #987707
RGB
CMYK
RGB Variations
Color information
#987707 (or 0x987707) is known color: Golden Brown. HEX triplet: 98, 77 and 07. RGB value is (152,119,7). Sum of RGB (Red+Green+Blue) = 152+119+7=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #987707 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987707 is #6788F8. Grayscale: #747474. Windows color (decimal): -6785273 or 489368. OLE color: 489368.
HSL color Cylindrical-coordinate representation of color #987707: hue angle of 46.34º 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 #987707 is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 7 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.40 |
| HSL | 46.34º | 0.91% | 0.31% | - |
| HSV(B) | 46.34º | 0.95% | 0.6% | - |
| XYZ | 19.58 | 19.88 | 3.01 | - |
| YUV | 116.1 | 66.43 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 7 | 0 | 0.22 | 0.95 | 0.40 | 46.34 | 0.91 | 0.31 |
| Hex | 98 | 77 | 7 | 0 | 16 | 5F | 28 | 2E | 5B | 1F |
| Octal | 230 | 167 | 7 | 0 | 26 | 137 | 50 | 56 | 133 | 37 |
| Binary | 10011000 | 1110111 | 111 | 0 | 10110 | 1011111 | 101000 | 101110 | 1011011 | 11111 |
Color Harmonies of #987707
Complementary color
Monochromatic Colors of #987707
Black with #987707
Text Example
Text Example
White with #987707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987707; }
p { color: rgb(152,119,7); }
H1.HeaderClassName
{
color: #987707;
}
.AnyTagClassName
{
color: #987707;
}
</style>
background-color css
<style>
a { background-color: #987707; }
a { background-color: rgb(152,119,7); }
div.DivClassName
{
background-color: #987707;
}
.BgClassName
{
background-color: #987707;
}
</style>
border-color css
<style>
span { border-color: #987707; }
span { border-color: rgb(152,119,7); }
td.TdClassName
{
border-color: #987707;
}
.TagClassName
{
border-color: #987707;
}
</style>