Shades of Golden Brown #99711C
Tints of Golden Brown #99711C
RGB
CMYK
RGB Variations
Color information
#99711C (or 0x99711C) is known color: Golden Brown. HEX triplet: 99, 71 and 1C. RGB value is (153,113,28). Sum of RGB (Red+Green+Blue) = 153+113+28=294 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.04% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 153 - color contains mainly: red. Hex color #99711C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99711C is #668EE3. Grayscale: #737373. Windows color (decimal): -6721252 or 1864089. OLE color: 1864089.
HSL color Cylindrical-coordinate representation of color #99711C: hue angle of 40.8º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #99711C is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 28 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.4 |
| HSL | 40.8º | 0.69% | 0.35% | - |
| HSV(B) | 40.8º | 0.82% | 0.6% | - |
| XYZ | 19.25 | 18.67 | 3.69 | - |
| YUV | 115.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 28 | 0 | 0.26 | 0.82 | 0.4 | 40.8 | 0.69 | 0.35 |
| Hex | 99 | 71 | 1C | 0 | 1A | 52 | 28 | 29 | 45 | 23 |
| Octal | 231 | 161 | 34 | 0 | 32 | 122 | 50 | 51 | 105 | 43 |
| Binary | 10011001 | 1110001 | 11100 | 0 | 11010 | 1010010 | 101000 | 101001 | 1000101 | 100011 |
Color Harmonies of #99711C
Complementary color
Monochromatic Colors of #99711C
Black with #99711C
Text Example
Text Example
White with #99711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99711C; }
p { color: rgb(153,113,28); }
H1.HeaderClassName
{
color: #99711C;
}
.AnyTagClassName
{
color: #99711C;
}
</style>
background-color css
<style>
a { background-color: #99711C; }
a { background-color: rgb(153,113,28); }
div.DivClassName
{
background-color: #99711C;
}
.BgClassName
{
background-color: #99711C;
}
</style>
border-color css
<style>
span { border-color: #99711C; }
span { border-color: rgb(153,113,28); }
td.TdClassName
{
border-color: #99711C;
}
.TagClassName
{
border-color: #99711C;
}
</style>