Shades of Golden Brown #996F13
Tints of Golden Brown #996F13
RGB
CMYK
RGB Variations
Color information
#996F13 (or 0x996F13) is known color: Golden Brown. HEX triplet: 99, 6F and 13. RGB value is (153,111,19). Sum of RGB (Red+Green+Blue) = 153+111+19=283 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.06% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 153 - color contains mainly: red. Hex color #996F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996F13 is #6690EC. Grayscale: #717171. Windows color (decimal): -6721773 or 1273753. OLE color: 1273753.
HSL color Cylindrical-coordinate representation of color #996F13: hue angle of 41.19º 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 #996F13 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 19 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.4 |
| HSL | 41.19º | 0.78% | 0.34% | - |
| HSV(B) | 41.19º | 0.88% | 0.6% | - |
| XYZ | 18.94 | 18.19 | 3.13 | - |
| YUV | 113.07 | 74.91 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 19 | 0 | 0.27 | 0.88 | 0.4 | 41.19 | 0.78 | 0.34 |
| Hex | 99 | 6F | 13 | 0 | 1B | 58 | 28 | 29 | 4E | 22 |
| Octal | 231 | 157 | 23 | 0 | 33 | 130 | 50 | 51 | 116 | 42 |
| Binary | 10011001 | 1101111 | 10011 | 0 | 11011 | 1011000 | 101000 | 101001 | 1001110 | 100010 |
Color Harmonies of #996F13
Complementary color
Monochromatic Colors of #996F13
Black with #996F13
Text Example
Text Example
White with #996F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F13; }
p { color: rgb(153,111,19); }
H1.HeaderClassName
{
color: #996F13;
}
.AnyTagClassName
{
color: #996F13;
}
</style>
background-color css
<style>
a { background-color: #996F13; }
a { background-color: rgb(153,111,19); }
div.DivClassName
{
background-color: #996F13;
}
.BgClassName
{
background-color: #996F13;
}
</style>
border-color css
<style>
span { border-color: #996F13; }
span { border-color: rgb(153,111,19); }
td.TdClassName
{
border-color: #996F13;
}
.TagClassName
{
border-color: #996F13;
}
</style>