Shades of Golden Brown #99740F
Tints of Golden Brown #99740F
RGB
CMYK
RGB Variations
Color information
#99740F (or 0x99740F) is known color: Golden Brown. HEX triplet: 99, 74 and 0F. RGB value is (153,116,15). Sum of RGB (Red+Green+Blue) = 153+116+15=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #99740F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99740F is #668BF0. Grayscale: #737373. Windows color (decimal): -6720497 or 1012889. OLE color: 1012889.
HSL color Cylindrical-coordinate representation of color #99740F: hue angle of 43.91º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99740F is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 15 | - |
| CMYK | 0 | 0.24 | 0.90 | 0.4 |
| HSL | 43.91º | 0.82% | 0.33% | - |
| HSV(B) | 43.91º | 0.9% | 0.6% | - |
| XYZ | 19.47 | 19.3 | 3.15 | - |
| YUV | 115.55 | 71.26 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 15 | 0 | 0.24 | 0.90 | 0.4 | 43.91 | 0.82 | 0.33 |
| Hex | 99 | 74 | F | 0 | 18 | 5A | 28 | 2C | 52 | 21 |
| Octal | 231 | 164 | 17 | 0 | 30 | 132 | 50 | 54 | 122 | 41 |
| Binary | 10011001 | 1110100 | 1111 | 0 | 11000 | 1011010 | 101000 | 101100 | 1010010 | 100001 |
Color Harmonies of #99740F
Complementary color
Monochromatic Colors of #99740F
Black with #99740F
Text Example
Text Example
White with #99740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99740F; }
p { color: rgb(153,116,15); }
H1.HeaderClassName
{
color: #99740F;
}
.AnyTagClassName
{
color: #99740F;
}
</style>
background-color css
<style>
a { background-color: #99740F; }
a { background-color: rgb(153,116,15); }
div.DivClassName
{
background-color: #99740F;
}
.BgClassName
{
background-color: #99740F;
}
</style>
border-color css
<style>
span { border-color: #99740F; }
span { border-color: rgb(153,116,15); }
td.TdClassName
{
border-color: #99740F;
}
.TagClassName
{
border-color: #99740F;
}
</style>