Shades of Golden Brown #996A20
Tints of Golden Brown #996A20
RGB
CMYK
RGB Variations
Color information
#996A20 (or 0x996A20) is known color: Golden Brown. HEX triplet: 99, 6A and 20. RGB value is (153,106,32). Sum of RGB (Red+Green+Blue) = 153+106+32=291 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.58% from 291); Green value is 106 (41.80% from 255 or 36.43% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 153 - color contains mainly: red. Hex color #996A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A20 is #6695DF. Grayscale: #6F6F6F. Windows color (decimal): -6723040 or 2124441. OLE color: 2124441.
HSL color Cylindrical-coordinate representation of color #996A20: hue angle of 36.69º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #996A20 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 32 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.4 |
| HSL | 36.69º | 0.65% | 0.36% | - |
| HSV(B) | 36.69º | 0.79% | 0.6% | - |
| XYZ | 18.55 | 17.18 | 3.71 | - |
| YUV | 111.62 | 83.07 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 32 | 0 | 0.31 | 0.79 | 0.4 | 36.69 | 0.65 | 0.36 |
| Hex | 99 | 6A | 20 | 0 | 1F | 4F | 28 | 25 | 41 | 24 |
| Octal | 231 | 152 | 40 | 0 | 37 | 117 | 50 | 45 | 101 | 44 |
| Binary | 10011001 | 1101010 | 100000 | 0 | 11111 | 1001111 | 101000 | 100101 | 1000001 | 100100 |
Color Harmonies of #996A20
Complementary color
Monochromatic Colors of #996A20
Black with #996A20
Text Example
Text Example
White with #996A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A20; }
p { color: rgb(153,106,32); }
H1.HeaderClassName
{
color: #996A20;
}
.AnyTagClassName
{
color: #996A20;
}
</style>
background-color css
<style>
a { background-color: #996A20; }
a { background-color: rgb(153,106,32); }
div.DivClassName
{
background-color: #996A20;
}
.BgClassName
{
background-color: #996A20;
}
</style>
border-color css
<style>
span { border-color: #996A20; }
span { border-color: rgb(153,106,32); }
td.TdClassName
{
border-color: #996A20;
}
.TagClassName
{
border-color: #996A20;
}
</style>