Shades of Golden Brown #996A15
Tints of Golden Brown #996A15
RGB
CMYK
RGB Variations
Color information
#996A15 (or 0x996A15) is known color: Golden Brown. HEX triplet: 99, 6A and 15. RGB value is (153,106,21). Sum of RGB (Red+Green+Blue) = 153+106+21=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 106 (41.80% from 255 or 37.86% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #996A15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996A15 is #6695EA. Grayscale: #6E6E6E. Windows color (decimal): -6723051 or 1403545. OLE color: 1403545.
HSL color Cylindrical-coordinate representation of color #996A15: hue angle of 38.64º 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 #996A15 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 21 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.4 |
| HSL | 38.64º | 0.76% | 0.34% | - |
| HSV(B) | 38.64º | 0.86% | 0.6% | - |
| XYZ | 18.43 | 17.13 | 3.05 | - |
| YUV | 110.36 | 77.57 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 21 | 0 | 0.31 | 0.86 | 0.4 | 38.64 | 0.76 | 0.34 |
| Hex | 99 | 6A | 15 | 0 | 1F | 56 | 28 | 27 | 4C | 22 |
| Octal | 231 | 152 | 25 | 0 | 37 | 126 | 50 | 47 | 114 | 42 |
| Binary | 10011001 | 1101010 | 10101 | 0 | 11111 | 1010110 | 101000 | 100111 | 1001100 | 100010 |
Color Harmonies of #996A15
Complementary color
Monochromatic Colors of #996A15
Black with #996A15
Text Example
Text Example
White with #996A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A15; }
p { color: rgb(153,106,21); }
H1.HeaderClassName
{
color: #996A15;
}
.AnyTagClassName
{
color: #996A15;
}
</style>
background-color css
<style>
a { background-color: #996A15; }
a { background-color: rgb(153,106,21); }
div.DivClassName
{
background-color: #996A15;
}
.BgClassName
{
background-color: #996A15;
}
</style>
border-color css
<style>
span { border-color: #996A15; }
span { border-color: rgb(153,106,21); }
td.TdClassName
{
border-color: #996A15;
}
.TagClassName
{
border-color: #996A15;
}
</style>