Shades of Golden Brown #996013
Tints of Golden Brown #996013
RGB
CMYK
RGB Variations
Color information
#996013 (or 0x996013) is known color: Golden Brown. HEX triplet: 99, 60 and 13. RGB value is (153,96,19). Sum of RGB (Red+Green+Blue) = 153+96+19=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #996013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996013 is #669FEC. Grayscale: #686868. Windows color (decimal): -6725613 or 1269913. OLE color: 1269913.
HSL color Cylindrical-coordinate representation of color #996013: hue angle of 34.48º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #996013 is Cyan = 0, Magento = 0.37, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 19 | - |
| CMYK | 0 | 0.37 | 0.88 | 0.4 |
| HSL | 34.48º | 0.78% | 0.34% | - |
| HSV(B) | 34.48º | 0.88% | 0.6% | - |
| XYZ | 17.44 | 15.19 | 2.63 | - |
| YUV | 104.27 | 79.88 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 19 | 0 | 0.37 | 0.88 | 0.4 | 34.48 | 0.78 | 0.34 |
| Hex | 99 | 60 | 13 | 0 | 25 | 58 | 28 | 22 | 4E | 22 |
| Octal | 231 | 140 | 23 | 0 | 45 | 130 | 50 | 42 | 116 | 42 |
| Binary | 10011001 | 1100000 | 10011 | 0 | 100101 | 1011000 | 101000 | 100010 | 1001110 | 100010 |
Color Harmonies of #996013
Complementary color
Monochromatic Colors of #996013
Black with #996013
Text Example
Text Example
White with #996013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996013; }
p { color: rgb(153,96,19); }
H1.HeaderClassName
{
color: #996013;
}
.AnyTagClassName
{
color: #996013;
}
</style>
background-color css
<style>
a { background-color: #996013; }
a { background-color: rgb(153,96,19); }
div.DivClassName
{
background-color: #996013;
}
.BgClassName
{
background-color: #996013;
}
</style>
border-color css
<style>
span { border-color: #996013; }
span { border-color: rgb(153,96,19); }
td.TdClassName
{
border-color: #996013;
}
.TagClassName
{
border-color: #996013;
}
</style>