Shades of Golden Brown #98760D
Tints of Golden Brown #98760D
RGB
CMYK
RGB Variations
Color information
#98760D (or 0x98760D) is known color: Golden Brown. HEX triplet: 98, 76 and 0D. RGB value is (152,118,13). Sum of RGB (Red+Green+Blue) = 152+118+13=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98760D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98760D is #6789F2. Grayscale: #747474. Windows color (decimal): -6785523 or 882328. OLE color: 882328.
HSL color Cylindrical-coordinate representation of color #98760D: hue angle of 45.32º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98760D is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 13 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.40 |
| HSL | 45.32º | 0.84% | 0.32% | - |
| HSV(B) | 45.32º | 0.91% | 0.6% | - |
| XYZ | 19.5 | 19.66 | 3.15 | - |
| YUV | 116.2 | 69.76 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 13 | 0 | 0.22 | 0.91 | 0.40 | 45.32 | 0.84 | 0.32 |
| Hex | 98 | 76 | D | 0 | 16 | 5B | 28 | 2D | 54 | 20 |
| Octal | 230 | 166 | 15 | 0 | 26 | 133 | 50 | 55 | 124 | 40 |
| Binary | 10011000 | 1110110 | 1101 | 0 | 10110 | 1011011 | 101000 | 101101 | 1010100 | 100000 |
Color Harmonies of #98760D
Complementary color
Monochromatic Colors of #98760D
Black with #98760D
Text Example
Text Example
White with #98760D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98760D; }
p { color: rgb(152,118,13); }
H1.HeaderClassName
{
color: #98760D;
}
.AnyTagClassName
{
color: #98760D;
}
</style>
background-color css
<style>
a { background-color: #98760D; }
a { background-color: rgb(152,118,13); }
div.DivClassName
{
background-color: #98760D;
}
.BgClassName
{
background-color: #98760D;
}
</style>
border-color css
<style>
span { border-color: #98760D; }
span { border-color: rgb(152,118,13); }
td.TdClassName
{
border-color: #98760D;
}
.TagClassName
{
border-color: #98760D;
}
</style>