Shades of Golden Brown #98710A
Tints of Golden Brown #98710A
RGB
CMYK
RGB Variations
Color information
#98710A (or 0x98710A) is known color: Golden Brown. HEX triplet: 98, 71 and 0A. RGB value is (152,113,10). Sum of RGB (Red+Green+Blue) = 152+113+10=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #98710A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98710A is #678EF5. Grayscale: #717171. Windows color (decimal): -6786806 or 684440. OLE color: 684440.
HSL color Cylindrical-coordinate representation of color #98710A: hue angle of 43.52º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98710A is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 10 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.40 |
| HSL | 43.52º | 0.88% | 0.32% | - |
| HSV(B) | 43.52º | 0.93% | 0.6% | - |
| XYZ | 18.91 | 18.51 | 2.86 | - |
| YUV | 112.92 | 69.92 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 10 | 0 | 0.26 | 0.93 | 0.40 | 43.52 | 0.88 | 0.32 |
| Hex | 98 | 71 | A | 0 | 1A | 5D | 28 | 2C | 58 | 20 |
| Octal | 230 | 161 | 12 | 0 | 32 | 135 | 50 | 54 | 130 | 40 |
| Binary | 10011000 | 1110001 | 1010 | 0 | 11010 | 1011101 | 101000 | 101100 | 1011000 | 100000 |
Color Harmonies of #98710A
Complementary color
Monochromatic Colors of #98710A
Black with #98710A
Text Example
Text Example
White with #98710A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98710A; }
p { color: rgb(152,113,10); }
H1.HeaderClassName
{
color: #98710A;
}
.AnyTagClassName
{
color: #98710A;
}
</style>
background-color css
<style>
a { background-color: #98710A; }
a { background-color: rgb(152,113,10); }
div.DivClassName
{
background-color: #98710A;
}
.BgClassName
{
background-color: #98710A;
}
</style>
border-color css
<style>
span { border-color: #98710A; }
span { border-color: rgb(152,113,10); }
td.TdClassName
{
border-color: #98710A;
}
.TagClassName
{
border-color: #98710A;
}
</style>