Shades of Golden Brown #99710D
Tints of Golden Brown #99710D
RGB
CMYK
RGB Variations
Color information
#99710D (or 0x99710D) is known color: Golden Brown. HEX triplet: 99, 71 and 0D. RGB value is (153,113,13). Sum of RGB (Red+Green+Blue) = 153+113+13=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #99710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99710D is #668EF2. Grayscale: #727272. Windows color (decimal): -6721267 or 881049. OLE color: 881049.
HSL color Cylindrical-coordinate representation of color #99710D: hue angle of 42.86º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99710D is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 13 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.4 |
| HSL | 42.86º | 0.84% | 0.33% | - |
| HSV(B) | 42.86º | 0.92% | 0.6% | - |
| XYZ | 19.11 | 18.61 | 2.97 | - |
| YUV | 113.56 | 71.25 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 13 | 0 | 0.26 | 0.92 | 0.4 | 42.86 | 0.84 | 0.33 |
| Hex | 99 | 71 | D | 0 | 1A | 5C | 28 | 2B | 54 | 21 |
| Octal | 231 | 161 | 15 | 0 | 32 | 134 | 50 | 53 | 124 | 41 |
| Binary | 10011001 | 1110001 | 1101 | 0 | 11010 | 1011100 | 101000 | 101011 | 1010100 | 100001 |
Color Harmonies of #99710D
Complementary color
Monochromatic Colors of #99710D
Black with #99710D
Text Example
Text Example
White with #99710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99710D; }
p { color: rgb(153,113,13); }
H1.HeaderClassName
{
color: #99710D;
}
.AnyTagClassName
{
color: #99710D;
}
</style>
background-color css
<style>
a { background-color: #99710D; }
a { background-color: rgb(153,113,13); }
div.DivClassName
{
background-color: #99710D;
}
.BgClassName
{
background-color: #99710D;
}
</style>
border-color css
<style>
span { border-color: #99710D; }
span { border-color: rgb(153,113,13); }
td.TdClassName
{
border-color: #99710D;
}
.TagClassName
{
border-color: #99710D;
}
</style>