Shades of Golden Brown #987007
Tints of Golden Brown #987007
RGB
CMYK
RGB Variations
Color information
#987007 (or 0x987007) is known color: Golden Brown. HEX triplet: 98, 70 and 07. RGB value is (152,112,7). Sum of RGB (Red+Green+Blue) = 152+112+7=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #987007 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987007 is #678FF8. Grayscale: #707070. Windows color (decimal): -6787065 or 487576. OLE color: 487576.
HSL color Cylindrical-coordinate representation of color #987007: hue angle of 43.45º 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 #987007 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 7 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.40 |
| HSL | 43.45º | 0.91% | 0.31% | - |
| HSV(B) | 43.45º | 0.95% | 0.6% | - |
| XYZ | 18.78 | 18.28 | 2.74 | - |
| YUV | 111.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 7 | 0 | 0.26 | 0.95 | 0.40 | 43.45 | 0.91 | 0.31 |
| Hex | 98 | 70 | 7 | 0 | 1A | 5F | 28 | 2B | 5B | 1F |
| Octal | 230 | 160 | 7 | 0 | 32 | 137 | 50 | 53 | 133 | 37 |
| Binary | 10011000 | 1110000 | 111 | 0 | 11010 | 1011111 | 101000 | 101011 | 1011011 | 11111 |
Color Harmonies of #987007
Complementary color
Monochromatic Colors of #987007
Black with #987007
Text Example
Text Example
White with #987007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987007; }
p { color: rgb(152,112,7); }
H1.HeaderClassName
{
color: #987007;
}
.AnyTagClassName
{
color: #987007;
}
</style>
background-color css
<style>
a { background-color: #987007; }
a { background-color: rgb(152,112,7); }
div.DivClassName
{
background-color: #987007;
}
.BgClassName
{
background-color: #987007;
}
</style>
border-color css
<style>
span { border-color: #987007; }
span { border-color: rgb(152,112,7); }
td.TdClassName
{
border-color: #987007;
}
.TagClassName
{
border-color: #987007;
}
</style>