Shades of Au Chico #996353
Tints of Au Chico #996353
RGB
CMYK
RGB Variations
Color information
#996353 (or 0x996353) is known color: Au Chico. HEX triplet: 99, 63 and 53. RGB value is (153,99,83). Sum of RGB (Red+Green+Blue) = 153+99+83=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #996353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996353 is #669CAC. Grayscale: #717171. Windows color (decimal): -6724781 or 5464985. OLE color: 5464985.
HSL color Cylindrical-coordinate representation of color #996353: hue angle of 13.71º 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 #996353 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 99 | 83 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.4 |
| HSL | 13.71º | 0.3% | 0.46% | - |
| HSV(B) | 13.71º | 0.46% | 0.6% | - |
| XYZ | 19.16 | 16.32 | 10.32 | - |
| YUV | 113.32 | 110.89 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 99 | 83 | 0 | 0.35 | 0.46 | 0.4 | 13.71 | 0.3 | 0.46 |
| Hex | 99 | 63 | 53 | 0 | 23 | 2E | 28 | E | 1E | 2E |
| Octal | 231 | 143 | 123 | 0 | 43 | 56 | 50 | 16 | 36 | 56 |
| Binary | 10011001 | 1100011 | 1010011 | 0 | 100011 | 101110 | 101000 | 1110 | 11110 | 101110 |
Color Harmonies of #996353
Complementary color
Monochromatic Colors of #996353
Black with #996353
Text Example
Text Example
White with #996353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996353; }
p { color: rgb(153,99,83); }
H1.HeaderClassName
{
color: #996353;
}
.AnyTagClassName
{
color: #996353;
}
</style>
background-color css
<style>
a { background-color: #996353; }
a { background-color: rgb(153,99,83); }
div.DivClassName
{
background-color: #996353;
}
.BgClassName
{
background-color: #996353;
}
</style>
border-color css
<style>
span { border-color: #996353; }
span { border-color: rgb(153,99,83); }
td.TdClassName
{
border-color: #996353;
}
.TagClassName
{
border-color: #996353;
}
</style>