Shades of Au Chico #9C695C
Tints of Au Chico #9C695C
RGB
CMYK
RGB Variations
Color information
#9C695C (or 0x9C695C) is known color: Au Chico. HEX triplet: 9C, 69 and 5C. RGB value is (156,105,92). Sum of RGB (Red+Green+Blue) = 156+105+92=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C695C is #6396A3. Grayscale: #767676. Windows color (decimal): -6526628 or 6056348. OLE color: 6056348.
HSL color Cylindrical-coordinate representation of color #9C695C: hue angle of 12.19º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C695C is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 105 | 92 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.39 |
| HSL | 12.19º | 0.26% | 0.49% | - |
| HSV(B) | 12.19º | 0.41% | 0.61% | - |
| XYZ | 20.69 | 17.94 | 12.5 | - |
| YUV | 118.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 105 | 92 | 0 | 0.33 | 0.41 | 0.39 | 12.19 | 0.26 | 0.49 |
| Hex | 9C | 69 | 5C | 0 | 21 | 29 | 27 | C | 1A | 31 |
| Octal | 234 | 151 | 134 | 0 | 41 | 51 | 47 | 14 | 32 | 61 |
| Binary | 10011100 | 1101001 | 1011100 | 0 | 100001 | 101001 | 100111 | 1100 | 11010 | 110001 |
Color Harmonies of #9C695C
Complementary color
Monochromatic Colors of #9C695C
Black with #9C695C
Text Example
Text Example
White with #9C695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C695C; }
p { color: rgb(156,105,92); }
H1.HeaderClassName
{
color: #9C695C;
}
.AnyTagClassName
{
color: #9C695C;
}
</style>
background-color css
<style>
a { background-color: #9C695C; }
a { background-color: rgb(156,105,92); }
div.DivClassName
{
background-color: #9C695C;
}
.BgClassName
{
background-color: #9C695C;
}
</style>
border-color css
<style>
span { border-color: #9C695C; }
span { border-color: rgb(156,105,92); }
td.TdClassName
{
border-color: #9C695C;
}
.TagClassName
{
border-color: #9C695C;
}
</style>