Shades of Golden Brown #997314
Tints of Golden Brown #997314
RGB
CMYK
RGB Variations
Color information
#997314 (or 0x997314) is known color: Golden Brown. HEX triplet: 99, 73 and 14. RGB value is (153,115,20). Sum of RGB (Red+Green+Blue) = 153+115+20=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #997314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #997314 is #668CEB. Grayscale: #737373. Windows color (decimal): -6720748 or 1340313. OLE color: 1340313.
HSL color Cylindrical-coordinate representation of color #997314: hue angle of 42.86º 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 #997314 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 115 | 20 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.4 |
| HSL | 42.86º | 0.77% | 0.34% | - |
| HSV(B) | 42.86º | 0.87% | 0.6% | - |
| XYZ | 19.39 | 19.08 | 3.32 | - |
| YUV | 115.53 | 74.09 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 115 | 20 | 0 | 0.25 | 0.87 | 0.4 | 42.86 | 0.77 | 0.34 |
| Hex | 99 | 73 | 14 | 0 | 19 | 57 | 28 | 2B | 4D | 22 |
| Octal | 231 | 163 | 24 | 0 | 31 | 127 | 50 | 53 | 115 | 42 |
| Binary | 10011001 | 1110011 | 10100 | 0 | 11001 | 1010111 | 101000 | 101011 | 1001101 | 100010 |
Color Harmonies of #997314
Complementary color
Monochromatic Colors of #997314
Black with #997314
Text Example
Text Example
White with #997314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997314; }
p { color: rgb(153,115,20); }
H1.HeaderClassName
{
color: #997314;
}
.AnyTagClassName
{
color: #997314;
}
</style>
background-color css
<style>
a { background-color: #997314; }
a { background-color: rgb(153,115,20); }
div.DivClassName
{
background-color: #997314;
}
.BgClassName
{
background-color: #997314;
}
</style>
border-color css
<style>
span { border-color: #997314; }
span { border-color: rgb(153,115,20); }
td.TdClassName
{
border-color: #997314;
}
.TagClassName
{
border-color: #997314;
}
</style>