Shades of Golden Brown #99711A
Tints of Golden Brown #99711A
RGB
CMYK
RGB Variations
Color information
#99711A (or 0x99711A) is known color: Golden Brown. HEX triplet: 99, 71 and 1A. RGB value is (153,113,26). Sum of RGB (Red+Green+Blue) = 153+113+26=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #99711A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99711A is #668EE5. Grayscale: #737373. Windows color (decimal): -6721254 or 1733017. OLE color: 1733017.
HSL color Cylindrical-coordinate representation of color #99711A: hue angle of 41.1º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #99711A is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 26 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.4 |
| HSL | 41.1º | 0.71% | 0.35% | - |
| HSV(B) | 41.1º | 0.83% | 0.6% | - |
| XYZ | 19.23 | 18.66 | 3.57 | - |
| YUV | 115.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 26 | 0 | 0.26 | 0.83 | 0.4 | 41.1 | 0.71 | 0.35 |
| Hex | 99 | 71 | 1A | 0 | 1A | 53 | 28 | 29 | 47 | 23 |
| Octal | 231 | 161 | 32 | 0 | 32 | 123 | 50 | 51 | 107 | 43 |
| Binary | 10011001 | 1110001 | 11010 | 0 | 11010 | 1010011 | 101000 | 101001 | 1000111 | 100011 |
Color Harmonies of #99711A
Complementary color
Monochromatic Colors of #99711A
Black with #99711A
Text Example
Text Example
White with #99711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99711A; }
p { color: rgb(153,113,26); }
H1.HeaderClassName
{
color: #99711A;
}
.AnyTagClassName
{
color: #99711A;
}
</style>
background-color css
<style>
a { background-color: #99711A; }
a { background-color: rgb(153,113,26); }
div.DivClassName
{
background-color: #99711A;
}
.BgClassName
{
background-color: #99711A;
}
</style>
border-color css
<style>
span { border-color: #99711A; }
span { border-color: rgb(153,113,26); }
td.TdClassName
{
border-color: #99711A;
}
.TagClassName
{
border-color: #99711A;
}
</style>