Shades of Au Chico #9C695A
Tints of Au Chico #9C695A
RGB
CMYK
RGB Variations
Color information
#9C695A (or 0x9C695A) is known color: Au Chico. HEX triplet: 9C, 69 and 5A. RGB value is (156,105,90). Sum of RGB (Red+Green+Blue) = 156+105+90=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C695A is #6396A5. Grayscale: #767676. Windows color (decimal): -6526630 or 5925276. OLE color: 5925276.
HSL color Cylindrical-coordinate representation of color #9C695A: hue angle of 13.64º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C695A is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 105 | 90 | - |
| CMYK | 0 | 0.33 | 0.42 | 0.39 |
| HSL | 13.64º | 0.27% | 0.48% | - |
| HSV(B) | 13.64º | 0.42% | 0.61% | - |
| XYZ | 20.61 | 17.91 | 12.04 | - |
| YUV | 118.54 | 111.9 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 105 | 90 | 0 | 0.33 | 0.42 | 0.39 | 13.64 | 0.27 | 0.48 |
| Hex | 9C | 69 | 5A | 0 | 21 | 2A | 27 | E | 1B | 30 |
| Octal | 234 | 151 | 132 | 0 | 41 | 52 | 47 | 16 | 33 | 60 |
| Binary | 10011100 | 1101001 | 1011010 | 0 | 100001 | 101010 | 100111 | 1110 | 11011 | 110000 |
Color Harmonies of #9C695A
Complementary color
Monochromatic Colors of #9C695A
Black with #9C695A
Text Example
Text Example
White with #9C695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C695A; }
p { color: rgb(156,105,90); }
H1.HeaderClassName
{
color: #9C695A;
}
.AnyTagClassName
{
color: #9C695A;
}
</style>
background-color css
<style>
a { background-color: #9C695A; }
a { background-color: rgb(156,105,90); }
div.DivClassName
{
background-color: #9C695A;
}
.BgClassName
{
background-color: #9C695A;
}
</style>
border-color css
<style>
span { border-color: #9C695A; }
span { border-color: rgb(156,105,90); }
td.TdClassName
{
border-color: #9C695A;
}
.TagClassName
{
border-color: #9C695A;
}
</style>