Shades of Golden Brown #996115
Tints of Golden Brown #996115
RGB
CMYK
RGB Variations
Color information
#996115 (or 0x996115) is known color: Golden Brown. HEX triplet: 99, 61 and 15. RGB value is (153,97,21). Sum of RGB (Red+Green+Blue) = 153+97+21=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 97 (38.28% from 255 or 35.79% from 271); Blue value is 21 (8.59% from 255 or 7.75% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #996115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996115 is #669EEA. Grayscale: #696969. Windows color (decimal): -6725355 or 1401241. OLE color: 1401241.
HSL color Cylindrical-coordinate representation of color #996115: hue angle of 34.55º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #996115 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 21 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.4 |
| HSL | 34.55º | 0.76% | 0.34% | - |
| HSV(B) | 34.55º | 0.86% | 0.6% | - |
| XYZ | 17.55 | 15.38 | 2.75 | - |
| YUV | 105.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 21 | 0 | 0.37 | 0.86 | 0.4 | 34.55 | 0.76 | 0.34 |
| Hex | 99 | 61 | 15 | 0 | 25 | 56 | 28 | 23 | 4C | 22 |
| Octal | 231 | 141 | 25 | 0 | 45 | 126 | 50 | 43 | 114 | 42 |
| Binary | 10011001 | 1100001 | 10101 | 0 | 100101 | 1010110 | 101000 | 100011 | 1001100 | 100010 |
Color Harmonies of #996115
Complementary color
Monochromatic Colors of #996115
Black with #996115
Text Example
Text Example
White with #996115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996115; }
p { color: rgb(153,97,21); }
H1.HeaderClassName
{
color: #996115;
}
.AnyTagClassName
{
color: #996115;
}
</style>
background-color css
<style>
a { background-color: #996115; }
a { background-color: rgb(153,97,21); }
div.DivClassName
{
background-color: #996115;
}
.BgClassName
{
background-color: #996115;
}
</style>
border-color css
<style>
span { border-color: #996115; }
span { border-color: rgb(153,97,21); }
td.TdClassName
{
border-color: #996115;
}
.TagClassName
{
border-color: #996115;
}
</style>