Shades of Au Chico #996A59
Tints of Au Chico #996A59
RGB
CMYK
RGB Variations
Color information
#996A59 (or 0x996A59) is known color: Au Chico. HEX triplet: 99, 6A and 59. RGB value is (153,106,89). Sum of RGB (Red+Green+Blue) = 153+106+89=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #996A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A59 is #6695A6. Grayscale: #767676. Windows color (decimal): -6722983 or 5859993. OLE color: 5859993.
HSL color Cylindrical-coordinate representation of color #996A59: hue angle of 15.94º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #996A59 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 89 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.4 |
| HSL | 15.94º | 0.26% | 0.47% | - |
| HSV(B) | 15.94º | 0.42% | 0.6% | - |
| XYZ | 20.09 | 17.8 | 11.83 | - |
| YUV | 118.12 | 111.57 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 89 | 0 | 0.31 | 0.42 | 0.4 | 15.94 | 0.26 | 0.47 |
| Hex | 99 | 6A | 59 | 0 | 1F | 2A | 28 | 10 | 1A | 2F |
| Octal | 231 | 152 | 131 | 0 | 37 | 52 | 50 | 20 | 32 | 57 |
| Binary | 10011001 | 1101010 | 1011001 | 0 | 11111 | 101010 | 101000 | 10000 | 11010 | 101111 |
Color Harmonies of #996A59
Complementary color
Monochromatic Colors of #996A59
Black with #996A59
Text Example
Text Example
White with #996A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A59; }
p { color: rgb(153,106,89); }
H1.HeaderClassName
{
color: #996A59;
}
.AnyTagClassName
{
color: #996A59;
}
</style>
background-color css
<style>
a { background-color: #996A59; }
a { background-color: rgb(153,106,89); }
div.DivClassName
{
background-color: #996A59;
}
.BgClassName
{
background-color: #996A59;
}
</style>
border-color css
<style>
span { border-color: #996A59; }
span { border-color: rgb(153,106,89); }
td.TdClassName
{
border-color: #996A59;
}
.TagClassName
{
border-color: #996A59;
}
</style>