Shades of Au Chico #996153
Tints of Au Chico #996153
RGB
CMYK
RGB Variations
Color information
#996153 (or 0x996153) is known color: Au Chico. HEX triplet: 99, 61 and 53. RGB value is (153,97,83). Sum of RGB (Red+Green+Blue) = 153+97+83=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #996153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996153 is #669EAC. Grayscale: #707070. Windows color (decimal): -6725293 or 5464473. OLE color: 5464473.
HSL color Cylindrical-coordinate representation of color #996153: hue angle of 12º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #996153 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 83 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.4 |
| HSL | 12º | 0.3% | 0.46% | - |
| HSV(B) | 12º | 0.46% | 0.6% | - |
| XYZ | 18.97 | 15.95 | 10.26 | - |
| YUV | 112.15 | 111.55 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 83 | 0 | 0.37 | 0.46 | 0.4 | 12 | 0.3 | 0.46 |
| Hex | 99 | 61 | 53 | 0 | 25 | 2E | 28 | C | 1E | 2E |
| Octal | 231 | 141 | 123 | 0 | 45 | 56 | 50 | 14 | 36 | 56 |
| Binary | 10011001 | 1100001 | 1010011 | 0 | 100101 | 101110 | 101000 | 1100 | 11110 | 101110 |
Color Harmonies of #996153
Complementary color
Monochromatic Colors of #996153
Black with #996153
Text Example
Text Example
White with #996153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996153; }
p { color: rgb(153,97,83); }
H1.HeaderClassName
{
color: #996153;
}
.AnyTagClassName
{
color: #996153;
}
</style>
background-color css
<style>
a { background-color: #996153; }
a { background-color: rgb(153,97,83); }
div.DivClassName
{
background-color: #996153;
}
.BgClassName
{
background-color: #996153;
}
</style>
border-color css
<style>
span { border-color: #996153; }
span { border-color: rgb(153,97,83); }
td.TdClassName
{
border-color: #996153;
}
.TagClassName
{
border-color: #996153;
}
</style>