Shades of Au Chico #9C6A56
Tints of Au Chico #9C6A56
RGB
CMYK
RGB Variations
Color information
#9C6A56 (or 0x9C6A56) is known color: Au Chico. HEX triplet: 9C, 6A and 56. RGB value is (156,106,86). Sum of RGB (Red+Green+Blue) = 156+106+86=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6A56 is #6395A9. Grayscale: #767676. Windows color (decimal): -6526378 or 5663388. OLE color: 5663388.
HSL color Cylindrical-coordinate representation of color #9C6A56: hue angle of 17.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C6A56 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 106 | 86 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.39 |
| HSL | 17.14º | 0.29% | 0.47% | - |
| HSV(B) | 17.14º | 0.45% | 0.61% | - |
| XYZ | 20.54 | 18.05 | 11.2 | - |
| YUV | 118.67 | 109.57 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 106 | 86 | 0 | 0.32 | 0.45 | 0.39 | 17.14 | 0.29 | 0.47 |
| Hex | 9C | 6A | 56 | 0 | 20 | 2D | 27 | 11 | 1D | 2F |
| Octal | 234 | 152 | 126 | 0 | 40 | 55 | 47 | 21 | 35 | 57 |
| Binary | 10011100 | 1101010 | 1010110 | 0 | 100000 | 101101 | 100111 | 10001 | 11101 | 101111 |
Color Harmonies of #9C6A56
Complementary color
Monochromatic Colors of #9C6A56
Black with #9C6A56
Text Example
Text Example
White with #9C6A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6A56; }
p { color: rgb(156,106,86); }
H1.HeaderClassName
{
color: #9C6A56;
}
.AnyTagClassName
{
color: #9C6A56;
}
</style>
background-color css
<style>
a { background-color: #9C6A56; }
a { background-color: rgb(156,106,86); }
div.DivClassName
{
background-color: #9C6A56;
}
.BgClassName
{
background-color: #9C6A56;
}
</style>
border-color css
<style>
span { border-color: #9C6A56; }
span { border-color: rgb(156,106,86); }
td.TdClassName
{
border-color: #9C6A56;
}
.TagClassName
{
border-color: #9C6A56;
}
</style>