Shades of Au Chico #9C6857
Tints of Au Chico #9C6857
RGB
CMYK
RGB Variations
Color information
#9C6857 (or 0x9C6857) is known color: Au Chico. HEX triplet: 9C, 68 and 57. RGB value is (156,104,87). Sum of RGB (Red+Green+Blue) = 156+104+87=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 87 (34.38% from 255 or 25.07% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6857 is #6397A8. Grayscale: #757575. Windows color (decimal): -6526889 or 5728412. OLE color: 5728412.
HSL color Cylindrical-coordinate representation of color #9C6857: hue angle of 14.78º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C6857 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 104 | 87 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.39 |
| HSL | 14.78º | 0.28% | 0.48% | - |
| HSV(B) | 14.78º | 0.44% | 0.61% | - |
| XYZ | 20.38 | 17.66 | 11.35 | - |
| YUV | 117.61 | 110.73 | 155.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 104 | 87 | 0 | 0.33 | 0.44 | 0.39 | 14.78 | 0.28 | 0.48 |
| Hex | 9C | 68 | 57 | 0 | 21 | 2C | 27 | F | 1C | 30 |
| Octal | 234 | 150 | 127 | 0 | 41 | 54 | 47 | 17 | 34 | 60 |
| Binary | 10011100 | 1101000 | 1010111 | 0 | 100001 | 101100 | 100111 | 1111 | 11100 | 110000 |
Color Harmonies of #9C6857
Complementary color
Monochromatic Colors of #9C6857
Black with #9C6857
Text Example
Text Example
White with #9C6857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6857; }
p { color: rgb(156,104,87); }
H1.HeaderClassName
{
color: #9C6857;
}
.AnyTagClassName
{
color: #9C6857;
}
</style>
background-color css
<style>
a { background-color: #9C6857; }
a { background-color: rgb(156,104,87); }
div.DivClassName
{
background-color: #9C6857;
}
.BgClassName
{
background-color: #9C6857;
}
</style>
border-color css
<style>
span { border-color: #9C6857; }
span { border-color: rgb(156,104,87); }
td.TdClassName
{
border-color: #9C6857;
}
.TagClassName
{
border-color: #9C6857;
}
</style>