Shades of Au Chico #9C6758
Tints of Au Chico #9C6758
RGB
CMYK
RGB Variations
Color information
#9C6758 (or 0x9C6758) is known color: Au Chico. HEX triplet: 9C, 67 and 58. RGB value is (156,103,88). Sum of RGB (Red+Green+Blue) = 156+103+88=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6758 is #6398A7. Grayscale: #757575. Windows color (decimal): -6527144 or 5793692. OLE color: 5793692.
HSL color Cylindrical-coordinate representation of color #9C6758: hue angle of 13.24º 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 #9C6758 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 88 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.39 |
| HSL | 13.24º | 0.28% | 0.48% | - |
| HSV(B) | 13.24º | 0.44% | 0.61% | - |
| XYZ | 20.32 | 17.47 | 11.53 | - |
| YUV | 117.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 88 | 0 | 0.34 | 0.44 | 0.39 | 13.24 | 0.28 | 0.48 |
| Hex | 9C | 67 | 58 | 0 | 22 | 2C | 27 | D | 1C | 30 |
| Octal | 234 | 147 | 130 | 0 | 42 | 54 | 47 | 15 | 34 | 60 |
| Binary | 10011100 | 1100111 | 1011000 | 0 | 100010 | 101100 | 100111 | 1101 | 11100 | 110000 |
Color Harmonies of #9C6758
Complementary color
Monochromatic Colors of #9C6758
Black with #9C6758
Text Example
Text Example
White with #9C6758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6758; }
p { color: rgb(156,103,88); }
H1.HeaderClassName
{
color: #9C6758;
}
.AnyTagClassName
{
color: #9C6758;
}
</style>
background-color css
<style>
a { background-color: #9C6758; }
a { background-color: rgb(156,103,88); }
div.DivClassName
{
background-color: #9C6758;
}
.BgClassName
{
background-color: #9C6758;
}
</style>
border-color css
<style>
span { border-color: #9C6758; }
span { border-color: rgb(156,103,88); }
td.TdClassName
{
border-color: #9C6758;
}
.TagClassName
{
border-color: #9C6758;
}
</style>