Shades of Au Chico #996555
Tints of Au Chico #996555
RGB
CMYK
RGB Variations
Color information
#996555 (or 0x996555) is known color: Au Chico. HEX triplet: 99, 65 and 55. RGB value is (153,101,85). Sum of RGB (Red+Green+Blue) = 153+101+85=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #996555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996555 is #669AAA. Grayscale: #727272. Windows color (decimal): -6724267 or 5596569. OLE color: 5596569.
HSL color Cylindrical-coordinate representation of color #996555: hue angle of 14.12º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #996555 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 85 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.4 |
| HSL | 14.12º | 0.29% | 0.47% | - |
| HSV(B) | 14.12º | 0.44% | 0.6% | - |
| XYZ | 19.43 | 16.74 | 10.8 | - |
| YUV | 114.72 | 111.23 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 85 | 0 | 0.34 | 0.44 | 0.4 | 14.12 | 0.29 | 0.47 |
| Hex | 99 | 65 | 55 | 0 | 22 | 2C | 28 | E | 1D | 2F |
| Octal | 231 | 145 | 125 | 0 | 42 | 54 | 50 | 16 | 35 | 57 |
| Binary | 10011001 | 1100101 | 1010101 | 0 | 100010 | 101100 | 101000 | 1110 | 11101 | 101111 |
Color Harmonies of #996555
Complementary color
Monochromatic Colors of #996555
Black with #996555
Text Example
Text Example
White with #996555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996555; }
p { color: rgb(153,101,85); }
H1.HeaderClassName
{
color: #996555;
}
.AnyTagClassName
{
color: #996555;
}
</style>
background-color css
<style>
a { background-color: #996555; }
a { background-color: rgb(153,101,85); }
div.DivClassName
{
background-color: #996555;
}
.BgClassName
{
background-color: #996555;
}
</style>
border-color css
<style>
span { border-color: #996555; }
span { border-color: rgb(153,101,85); }
td.TdClassName
{
border-color: #996555;
}
.TagClassName
{
border-color: #996555;
}
</style>