Shades of Au Chico #996156
Tints of Au Chico #996156
RGB
CMYK
RGB Variations
Color information
#996156 (or 0x996156) is known color: Au Chico. HEX triplet: 99, 61 and 56. RGB value is (153,97,86). Sum of RGB (Red+Green+Blue) = 153+97+86=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #996156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996156 is #669EA9. Grayscale: #707070. Windows color (decimal): -6725290 or 5661081. OLE color: 5661081.
HSL color Cylindrical-coordinate representation of color #996156: hue angle of 9.85º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #996156 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 86 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.4 |
| HSL | 9.85º | 0.28% | 0.47% | - |
| HSV(B) | 9.85º | 0.44% | 0.6% | - |
| XYZ | 19.09 | 15.99 | 10.88 | - |
| YUV | 112.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 86 | 0 | 0.37 | 0.44 | 0.4 | 9.85 | 0.28 | 0.47 |
| Hex | 99 | 61 | 56 | 0 | 25 | 2C | 28 | A | 1C | 2F |
| Octal | 231 | 141 | 126 | 0 | 45 | 54 | 50 | 12 | 34 | 57 |
| Binary | 10011001 | 1100001 | 1010110 | 0 | 100101 | 101100 | 101000 | 1010 | 11100 | 101111 |
Color Harmonies of #996156
Complementary color
Monochromatic Colors of #996156
Black with #996156
Text Example
Text Example
White with #996156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996156; }
p { color: rgb(153,97,86); }
H1.HeaderClassName
{
color: #996156;
}
.AnyTagClassName
{
color: #996156;
}
</style>
background-color css
<style>
a { background-color: #996156; }
a { background-color: rgb(153,97,86); }
div.DivClassName
{
background-color: #996156;
}
.BgClassName
{
background-color: #996156;
}
</style>
border-color css
<style>
span { border-color: #996156; }
span { border-color: rgb(153,97,86); }
td.TdClassName
{
border-color: #996156;
}
.TagClassName
{
border-color: #996156;
}
</style>