Shades of Golden Brown #996A19
Tints of Golden Brown #996A19
RGB
CMYK
RGB Variations
Color information
#996A19 (or 0x996A19) is known color: Golden Brown. HEX triplet: 99, 6A and 19. RGB value is (153,106,25). Sum of RGB (Red+Green+Blue) = 153+106+25=284 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.87% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 25 (10.16% from 255 or 8.80% from 284); Max value from RGB is 153 - color contains mainly: red. Hex color #996A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #996A19 is #6695E6. Grayscale: #6F6F6F. Windows color (decimal): -6723047 or 1665689. OLE color: 1665689.
HSL color Cylindrical-coordinate representation of color #996A19: hue angle of 37.97º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #996A19 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 25 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.4 |
| HSL | 37.97º | 0.72% | 0.35% | - |
| HSV(B) | 37.97º | 0.84% | 0.6% | - |
| XYZ | 18.47 | 17.15 | 3.26 | - |
| YUV | 110.82 | 79.57 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 25 | 0 | 0.31 | 0.84 | 0.4 | 37.97 | 0.72 | 0.35 |
| Hex | 99 | 6A | 19 | 0 | 1F | 54 | 28 | 26 | 48 | 23 |
| Octal | 231 | 152 | 31 | 0 | 37 | 124 | 50 | 46 | 110 | 43 |
| Binary | 10011001 | 1101010 | 11001 | 0 | 11111 | 1010100 | 101000 | 100110 | 1001000 | 100011 |
Color Harmonies of #996A19
Complementary color
Monochromatic Colors of #996A19
Black with #996A19
Text Example
Text Example
White with #996A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A19; }
p { color: rgb(153,106,25); }
H1.HeaderClassName
{
color: #996A19;
}
.AnyTagClassName
{
color: #996A19;
}
</style>
background-color css
<style>
a { background-color: #996A19; }
a { background-color: rgb(153,106,25); }
div.DivClassName
{
background-color: #996A19;
}
.BgClassName
{
background-color: #996A19;
}
</style>
border-color css
<style>
span { border-color: #996A19; }
span { border-color: rgb(153,106,25); }
td.TdClassName
{
border-color: #996A19;
}
.TagClassName
{
border-color: #996A19;
}
</style>