Shades of Au Chico #996452
Tints of Au Chico #996452
RGB
CMYK
RGB Variations
Color information
#996452 (or 0x996452) is known color: Au Chico. HEX triplet: 99, 64 and 52. RGB value is (153,100,82). Sum of RGB (Red+Green+Blue) = 153+100+82=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #996452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996452 is #669BAD. Grayscale: #717171. Windows color (decimal): -6724526 or 5399705. OLE color: 5399705.
HSL color Cylindrical-coordinate representation of color #996452: hue angle of 15.21º 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 #996452 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 82 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.4 |
| HSL | 15.21º | 0.3% | 0.46% | - |
| HSV(B) | 15.21º | 0.46% | 0.6% | - |
| XYZ | 19.22 | 16.5 | 10.15 | - |
| YUV | 113.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 82 | 0 | 0.35 | 0.46 | 0.4 | 15.21 | 0.3 | 0.46 |
| Hex | 99 | 64 | 52 | 0 | 23 | 2E | 28 | F | 1E | 2E |
| Octal | 231 | 144 | 122 | 0 | 43 | 56 | 50 | 17 | 36 | 56 |
| Binary | 10011001 | 1100100 | 1010010 | 0 | 100011 | 101110 | 101000 | 1111 | 11110 | 101110 |
Color Harmonies of #996452
Complementary color
Monochromatic Colors of #996452
Black with #996452
Text Example
Text Example
White with #996452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996452; }
p { color: rgb(153,100,82); }
H1.HeaderClassName
{
color: #996452;
}
.AnyTagClassName
{
color: #996452;
}
</style>
background-color css
<style>
a { background-color: #996452; }
a { background-color: rgb(153,100,82); }
div.DivClassName
{
background-color: #996452;
}
.BgClassName
{
background-color: #996452;
}
</style>
border-color css
<style>
span { border-color: #996452; }
span { border-color: rgb(153,100,82); }
td.TdClassName
{
border-color: #996452;
}
.TagClassName
{
border-color: #996452;
}
</style>