Shades of Au Chico #996057
Tints of Au Chico #996057
RGB
CMYK
RGB Variations
Color information
#996057 (or 0x996057) is known color: Au Chico. HEX triplet: 99, 60 and 57. RGB value is (153,96,87). Sum of RGB (Red+Green+Blue) = 153+96+87=336 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.54% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 153 - color contains mainly: red. Hex color #996057 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996057 is #669FA8. Grayscale: #707070. Windows color (decimal): -6725545 or 5726361. OLE color: 5726361.
HSL color Cylindrical-coordinate representation of color #996057: hue angle of 8.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #996057 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 87 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.4 |
| HSL | 8.18º | 0.28% | 0.47% | - |
| HSV(B) | 8.18º | 0.43% | 0.6% | - |
| XYZ | 19.04 | 15.83 | 11.07 | - |
| YUV | 112.02 | 113.88 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 87 | 0 | 0.37 | 0.43 | 0.4 | 8.18 | 0.28 | 0.47 |
| Hex | 99 | 60 | 57 | 0 | 25 | 2B | 28 | 8 | 1C | 2F |
| Octal | 231 | 140 | 127 | 0 | 45 | 53 | 50 | 10 | 34 | 57 |
| Binary | 10011001 | 1100000 | 1010111 | 0 | 100101 | 101011 | 101000 | 1000 | 11100 | 101111 |
Color Harmonies of #996057
Complementary color
Monochromatic Colors of #996057
Black with #996057
Text Example
Text Example
White with #996057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996057; }
p { color: rgb(153,96,87); }
H1.HeaderClassName
{
color: #996057;
}
.AnyTagClassName
{
color: #996057;
}
</style>
background-color css
<style>
a { background-color: #996057; }
a { background-color: rgb(153,96,87); }
div.DivClassName
{
background-color: #996057;
}
.BgClassName
{
background-color: #996057;
}
</style>
border-color css
<style>
span { border-color: #996057; }
span { border-color: rgb(153,96,87); }
td.TdClassName
{
border-color: #996057;
}
.TagClassName
{
border-color: #996057;
}
</style>