Shades of Golden Brown #99701E
Tints of Golden Brown #99701E
RGB
CMYK
RGB Variations
Color information
#99701E (or 0x99701E) is known color: Golden Brown. HEX triplet: 99, 70 and 1E. RGB value is (153,112,30). Sum of RGB (Red+Green+Blue) = 153+112+30=295 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.86% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 153 - color contains mainly: red. Hex color #99701E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99701E is #668FE1. Grayscale: #737373. Windows color (decimal): -6721506 or 1994905. OLE color: 1994905.
HSL color Cylindrical-coordinate representation of color #99701E: hue angle of 40º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99701E is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 30 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.4 |
| HSL | 40º | 0.67% | 0.36% | - |
| HSV(B) | 40º | 0.8% | 0.6% | - |
| XYZ | 19.17 | 18.45 | 3.78 | - |
| YUV | 114.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 30 | 0 | 0.27 | 0.80 | 0.4 | 40 | 0.67 | 0.36 |
| Hex | 99 | 70 | 1E | 0 | 1B | 50 | 28 | 28 | 43 | 24 |
| Octal | 231 | 160 | 36 | 0 | 33 | 120 | 50 | 50 | 103 | 44 |
| Binary | 10011001 | 1110000 | 11110 | 0 | 11011 | 1010000 | 101000 | 101000 | 1000011 | 100100 |
Color Harmonies of #99701E
Complementary color
Monochromatic Colors of #99701E
Black with #99701E
Text Example
Text Example
White with #99701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99701E; }
p { color: rgb(153,112,30); }
H1.HeaderClassName
{
color: #99701E;
}
.AnyTagClassName
{
color: #99701E;
}
</style>
background-color css
<style>
a { background-color: #99701E; }
a { background-color: rgb(153,112,30); }
div.DivClassName
{
background-color: #99701E;
}
.BgClassName
{
background-color: #99701E;
}
</style>
border-color css
<style>
span { border-color: #99701E; }
span { border-color: rgb(153,112,30); }
td.TdClassName
{
border-color: #99701E;
}
.TagClassName
{
border-color: #99701E;
}
</style>