Shades of Golden Brown #997114
Tints of Golden Brown #997114
RGB
CMYK
RGB Variations
Color information
#997114 (or 0x997114) is known color: Golden Brown. HEX triplet: 99, 71 and 14. RGB value is (153,113,20). Sum of RGB (Red+Green+Blue) = 153+113+20=286 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.50% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 153 - color contains mainly: red. Hex color #997114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997114 is #668EEB. Grayscale: #727272. Windows color (decimal): -6721260 or 1339801. OLE color: 1339801.
HSL color Cylindrical-coordinate representation of color #997114: hue angle of 41.95º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #997114 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 20 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.4 |
| HSL | 41.95º | 0.77% | 0.34% | - |
| HSV(B) | 41.95º | 0.87% | 0.6% | - |
| XYZ | 19.17 | 18.63 | 3.25 | - |
| YUV | 114.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 20 | 0 | 0.26 | 0.87 | 0.4 | 41.95 | 0.77 | 0.34 |
| Hex | 99 | 71 | 14 | 0 | 1A | 57 | 28 | 2A | 4D | 22 |
| Octal | 231 | 161 | 24 | 0 | 32 | 127 | 50 | 52 | 115 | 42 |
| Binary | 10011001 | 1110001 | 10100 | 0 | 11010 | 1010111 | 101000 | 101010 | 1001101 | 100010 |
Color Harmonies of #997114
Complementary color
Monochromatic Colors of #997114
Black with #997114
Text Example
Text Example
White with #997114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997114; }
p { color: rgb(153,113,20); }
H1.HeaderClassName
{
color: #997114;
}
.AnyTagClassName
{
color: #997114;
}
</style>
background-color css
<style>
a { background-color: #997114; }
a { background-color: rgb(153,113,20); }
div.DivClassName
{
background-color: #997114;
}
.BgClassName
{
background-color: #997114;
}
</style>
border-color css
<style>
span { border-color: #997114; }
span { border-color: rgb(153,113,20); }
td.TdClassName
{
border-color: #997114;
}
.TagClassName
{
border-color: #997114;
}
</style>