Shades of Golden Brown #99760E
Tints of Golden Brown #99760E
RGB
CMYK
RGB Variations
Color information
#99760E (or 0x99760E) is known color: Golden Brown. HEX triplet: 99, 76 and 0E. RGB value is (153,118,14). Sum of RGB (Red+Green+Blue) = 153+118+14=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 14 (5.86% from 255 or 4.91% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #99760E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99760E is #6689F1. Grayscale: #757575. Windows color (decimal): -6719986 or 947865. OLE color: 947865.
HSL color Cylindrical-coordinate representation of color #99760E: hue angle of 44.89º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99760E is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 14 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.4 |
| HSL | 44.89º | 0.83% | 0.33% | - |
| HSV(B) | 44.89º | 0.91% | 0.6% | - |
| XYZ | 19.69 | 19.76 | 3.19 | - |
| YUV | 116.61 | 70.1 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 14 | 0 | 0.23 | 0.91 | 0.4 | 44.89 | 0.83 | 0.33 |
| Hex | 99 | 76 | E | 0 | 17 | 5B | 28 | 2D | 53 | 21 |
| Octal | 231 | 166 | 16 | 0 | 27 | 133 | 50 | 55 | 123 | 41 |
| Binary | 10011001 | 1110110 | 1110 | 0 | 10111 | 1011011 | 101000 | 101101 | 1010011 | 100001 |
Color Harmonies of #99760E
Complementary color
Monochromatic Colors of #99760E
Black with #99760E
Text Example
Text Example
White with #99760E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99760E; }
p { color: rgb(153,118,14); }
H1.HeaderClassName
{
color: #99760E;
}
.AnyTagClassName
{
color: #99760E;
}
</style>
background-color css
<style>
a { background-color: #99760E; }
a { background-color: rgb(153,118,14); }
div.DivClassName
{
background-color: #99760E;
}
.BgClassName
{
background-color: #99760E;
}
</style>
border-color css
<style>
span { border-color: #99760E; }
span { border-color: rgb(153,118,14); }
td.TdClassName
{
border-color: #99760E;
}
.TagClassName
{
border-color: #99760E;
}
</style>