Shades of Golden Brown #99760B
Tints of Golden Brown #99760B
RGB
CMYK
RGB Variations
Color information
#99760B (or 0x99760B) is known color: Golden Brown. HEX triplet: 99, 76 and 0B. RGB value is (153,118,11). Sum of RGB (Red+Green+Blue) = 153+118+11=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #99760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99760B is #6689F4. Grayscale: #747474. Windows color (decimal): -6719989 or 751257. OLE color: 751257.
HSL color Cylindrical-coordinate representation of color #99760B: hue angle of 45.21º 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 #99760B is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 11 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.4 |
| HSL | 45.21º | 0.87% | 0.32% | - |
| HSV(B) | 45.21º | 0.93% | 0.6% | - |
| XYZ | 19.68 | 19.75 | 3.09 | - |
| YUV | 116.27 | 68.6 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 11 | 0 | 0.23 | 0.93 | 0.4 | 45.21 | 0.87 | 0.32 |
| Hex | 99 | 76 | B | 0 | 17 | 5D | 28 | 2D | 57 | 20 |
| Octal | 231 | 166 | 13 | 0 | 27 | 135 | 50 | 55 | 127 | 40 |
| Binary | 10011001 | 1110110 | 1011 | 0 | 10111 | 1011101 | 101000 | 101101 | 1010111 | 100000 |
Color Harmonies of #99760B
Complementary color
Monochromatic Colors of #99760B
Black with #99760B
Text Example
Text Example
White with #99760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99760B; }
p { color: rgb(153,118,11); }
H1.HeaderClassName
{
color: #99760B;
}
.AnyTagClassName
{
color: #99760B;
}
</style>
background-color css
<style>
a { background-color: #99760B; }
a { background-color: rgb(153,118,11); }
div.DivClassName
{
background-color: #99760B;
}
.BgClassName
{
background-color: #99760B;
}
</style>
border-color css
<style>
span { border-color: #99760B; }
span { border-color: rgb(153,118,11); }
td.TdClassName
{
border-color: #99760B;
}
.TagClassName
{
border-color: #99760B;
}
</style>