Shades of Au Chico #996856
Tints of Au Chico #996856
RGB
CMYK
RGB Variations
Color information
#996856 (or 0x996856) is known color: Au Chico. HEX triplet: 99, 68 and 56. RGB value is (153,104,86). Sum of RGB (Red+Green+Blue) = 153+104+86=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #996856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996856 is #6697A9. Grayscale: #747474. Windows color (decimal): -6723498 or 5662873. OLE color: 5662873.
HSL color Cylindrical-coordinate representation of color #996856: hue angle of 16.12º degrees, saturation: 0.28, 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 #996856 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 86 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.4 |
| HSL | 16.12º | 0.28% | 0.47% | - |
| HSV(B) | 16.12º | 0.44% | 0.6% | - |
| XYZ | 19.77 | 17.34 | 11.11 | - |
| YUV | 116.6 | 110.73 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 86 | 0 | 0.32 | 0.44 | 0.4 | 16.12 | 0.28 | 0.47 |
| Hex | 99 | 68 | 56 | 0 | 20 | 2C | 28 | 10 | 1C | 2F |
| Octal | 231 | 150 | 126 | 0 | 40 | 54 | 50 | 20 | 34 | 57 |
| Binary | 10011001 | 1101000 | 1010110 | 0 | 100000 | 101100 | 101000 | 10000 | 11100 | 101111 |
Color Harmonies of #996856
Complementary color
Monochromatic Colors of #996856
Black with #996856
Text Example
Text Example
White with #996856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996856; }
p { color: rgb(153,104,86); }
H1.HeaderClassName
{
color: #996856;
}
.AnyTagClassName
{
color: #996856;
}
</style>
background-color css
<style>
a { background-color: #996856; }
a { background-color: rgb(153,104,86); }
div.DivClassName
{
background-color: #996856;
}
.BgClassName
{
background-color: #996856;
}
</style>
border-color css
<style>
span { border-color: #996856; }
span { border-color: rgb(153,104,86); }
td.TdClassName
{
border-color: #996856;
}
.TagClassName
{
border-color: #996856;
}
</style>