Shades of Golden Brown #987100
Tints of Golden Brown #987100
RGB
CMYK
RGB Variations
Color information
#987100 (or 0x987100) is known color: Golden Brown. HEX triplet: 98, 71 and 00. RGB value is (152,113,0). Sum of RGB (Red+Green+Blue) = 152+113+0=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 0 (0.39% from 255 or 0% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #987100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987100 is #678EFF. Grayscale: #707070. Windows color (decimal): -6786816 or 29080. OLE color: 29080.
HSL color Cylindrical-coordinate representation of color #987100: hue angle of 44.61º 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 #987100 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.40 |
| HSL | 44.61º | 1% | 0.3% | - |
| HSV(B) | 44.61º | 1% | 0.6% | - |
| XYZ | 18.85 | 18.49 | 2.57 | - |
| YUV | 111.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 0 | 0 | 0.26 | 1 | 0.40 | 44.61 | 1 | 0.3 |
| Hex | 98 | 71 | 0 | 0 | 1A | 64 | 28 | 2D | 64 | 1E |
| Octal | 230 | 161 | 0 | 0 | 32 | 144 | 50 | 55 | 144 | 36 |
| Binary | 10011000 | 1110001 | 0 | 0 | 11010 | 1100100 | 101000 | 101101 | 1100100 | 11110 |
Color Harmonies of #987100
Complementary color
Monochromatic Colors of #987100
Black with #987100
Text Example
Text Example
White with #987100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987100; }
p { color: rgb(152,113,0); }
H1.HeaderClassName
{
color: #987100;
}
.AnyTagClassName
{
color: #987100;
}
</style>
background-color css
<style>
a { background-color: #987100; }
a { background-color: rgb(152,113,0); }
div.DivClassName
{
background-color: #987100;
}
.BgClassName
{
background-color: #987100;
}
</style>
border-color css
<style>
span { border-color: #987100; }
span { border-color: rgb(152,113,0); }
td.TdClassName
{
border-color: #987100;
}
.TagClassName
{
border-color: #987100;
}
</style>