Shades of Golden Brown #98760B
Tints of Golden Brown #98760B
RGB
CMYK
RGB Variations
Color information
#98760B (or 0x98760B) is known color: Golden Brown. HEX triplet: 98, 76 and 0B. RGB value is (152,118,11). Sum of RGB (Red+Green+Blue) = 152+118+11=281 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.09% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 11 (4.69% from 255 or 3.91% from 281); Max value from RGB is 152 - color contains mainly: red. Hex color #98760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98760B is #6789F4. Grayscale: #747474. Windows color (decimal): -6785525 or 751256. OLE color: 751256.
HSL color Cylindrical-coordinate representation of color #98760B: hue angle of 45.53º degrees, saturation: 0.87, 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 #98760B is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 11 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.40 |
| HSL | 45.53º | 0.87% | 0.32% | - |
| HSV(B) | 45.53º | 0.93% | 0.6% | - |
| XYZ | 19.49 | 19.66 | 3.08 | - |
| YUV | 115.97 | 68.76 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 11 | 0 | 0.22 | 0.93 | 0.40 | 45.53 | 0.87 | 0.32 |
| Hex | 98 | 76 | B | 0 | 16 | 5D | 28 | 2E | 57 | 20 |
| Octal | 230 | 166 | 13 | 0 | 26 | 135 | 50 | 56 | 127 | 40 |
| Binary | 10011000 | 1110110 | 1011 | 0 | 10110 | 1011101 | 101000 | 101110 | 1010111 | 100000 |
Color Harmonies of #98760B
Complementary color
Monochromatic Colors of #98760B
Black with #98760B
Text Example
Text Example
White with #98760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98760B; }
p { color: rgb(152,118,11); }
H1.HeaderClassName
{
color: #98760B;
}
.AnyTagClassName
{
color: #98760B;
}
</style>
background-color css
<style>
a { background-color: #98760B; }
a { background-color: rgb(152,118,11); }
div.DivClassName
{
background-color: #98760B;
}
.BgClassName
{
background-color: #98760B;
}
</style>
border-color css
<style>
span { border-color: #98760B; }
span { border-color: rgb(152,118,11); }
td.TdClassName
{
border-color: #98760B;
}
.TagClassName
{
border-color: #98760B;
}
</style>