Shades of Golden Brown #99710E
Tints of Golden Brown #99710E
RGB
CMYK
RGB Variations
Color information
#99710E (or 0x99710E) is known color: Golden Brown. HEX triplet: 99, 71 and 0E. RGB value is (153,113,14). Sum of RGB (Red+Green+Blue) = 153+113+14=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #99710E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99710E is #668EF1. Grayscale: #727272. Windows color (decimal): -6721266 or 946585. OLE color: 946585.
HSL color Cylindrical-coordinate representation of color #99710E: hue angle of 42.73º 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 #99710E is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 14 | - |
| CMYK | 0 | 0.26 | 0.91 | 0.4 |
| HSL | 42.73º | 0.83% | 0.33% | - |
| HSV(B) | 42.73º | 0.91% | 0.6% | - |
| XYZ | 19.12 | 18.61 | 3 | - |
| YUV | 113.67 | 71.75 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 14 | 0 | 0.26 | 0.91 | 0.4 | 42.73 | 0.83 | 0.33 |
| Hex | 99 | 71 | E | 0 | 1A | 5B | 28 | 2B | 53 | 21 |
| Octal | 231 | 161 | 16 | 0 | 32 | 133 | 50 | 53 | 123 | 41 |
| Binary | 10011001 | 1110001 | 1110 | 0 | 11010 | 1011011 | 101000 | 101011 | 1010011 | 100001 |
Color Harmonies of #99710E
Complementary color
Monochromatic Colors of #99710E
Black with #99710E
Text Example
Text Example
White with #99710E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99710E; }
p { color: rgb(153,113,14); }
H1.HeaderClassName
{
color: #99710E;
}
.AnyTagClassName
{
color: #99710E;
}
</style>
background-color css
<style>
a { background-color: #99710E; }
a { background-color: rgb(153,113,14); }
div.DivClassName
{
background-color: #99710E;
}
.BgClassName
{
background-color: #99710E;
}
</style>
border-color css
<style>
span { border-color: #99710E; }
span { border-color: rgb(153,113,14); }
td.TdClassName
{
border-color: #99710E;
}
.TagClassName
{
border-color: #99710E;
}
</style>