Shades of Au Chico #996A57
Tints of Au Chico #996A57
RGB
CMYK
RGB Variations
Color information
#996A57 (or 0x996A57) is known color: Au Chico. HEX triplet: 99, 6A and 57. RGB value is (153,106,87). Sum of RGB (Red+Green+Blue) = 153+106+87=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #996A57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A57 is #6695A8. Grayscale: #767676. Windows color (decimal): -6722985 or 5728921. OLE color: 5728921.
HSL color Cylindrical-coordinate representation of color #996A57: hue angle of 17.27º 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 #996A57 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 87 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.4 |
| HSL | 17.27º | 0.28% | 0.47% | - |
| HSV(B) | 17.27º | 0.43% | 0.6% | - |
| XYZ | 20.01 | 17.77 | 11.39 | - |
| YUV | 117.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 87 | 0 | 0.31 | 0.43 | 0.4 | 17.27 | 0.28 | 0.47 |
| Hex | 99 | 6A | 57 | 0 | 1F | 2B | 28 | 11 | 1C | 2F |
| Octal | 231 | 152 | 127 | 0 | 37 | 53 | 50 | 21 | 34 | 57 |
| Binary | 10011001 | 1101010 | 1010111 | 0 | 11111 | 101011 | 101000 | 10001 | 11100 | 101111 |
Color Harmonies of #996A57
Complementary color
Monochromatic Colors of #996A57
Black with #996A57
Text Example
Text Example
White with #996A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A57; }
p { color: rgb(153,106,87); }
H1.HeaderClassName
{
color: #996A57;
}
.AnyTagClassName
{
color: #996A57;
}
</style>
background-color css
<style>
a { background-color: #996A57; }
a { background-color: rgb(153,106,87); }
div.DivClassName
{
background-color: #996A57;
}
.BgClassName
{
background-color: #996A57;
}
</style>
border-color css
<style>
span { border-color: #996A57; }
span { border-color: rgb(153,106,87); }
td.TdClassName
{
border-color: #996A57;
}
.TagClassName
{
border-color: #996A57;
}
</style>