Shades of Au Chico #9C605B
Tints of Au Chico #9C605B
RGB
CMYK
RGB Variations
Color information
#9C605B (or 0x9C605B) is known color: Au Chico. HEX triplet: 9C, 60 and 5B. RGB value is (156,96,91). Sum of RGB (Red+Green+Blue) = 156+96+91=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C605B is #639FA4. Grayscale: #717171. Windows color (decimal): -6528933 or 5988508. OLE color: 5988508.
HSL color Cylindrical-coordinate representation of color #9C605B: hue angle of 4.62º degrees, saturation: 0.26, 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 #9C605B is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 91 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.39 |
| HSL | 4.62º | 0.26% | 0.48% | - |
| HSV(B) | 4.62º | 0.42% | 0.61% | - |
| XYZ | 19.78 | 16.19 | 11.98 | - |
| YUV | 113.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 91 | 0 | 0.38 | 0.42 | 0.39 | 4.62 | 0.26 | 0.48 |
| Hex | 9C | 60 | 5B | 0 | 26 | 2A | 27 | 5 | 1A | 30 |
| Octal | 234 | 140 | 133 | 0 | 46 | 52 | 47 | 5 | 32 | 60 |
| Binary | 10011100 | 1100000 | 1011011 | 0 | 100110 | 101010 | 100111 | 101 | 11010 | 110000 |
Color Harmonies of #9C605B
Complementary color
Monochromatic Colors of #9C605B
Black with #9C605B
Text Example
Text Example
White with #9C605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C605B; }
p { color: rgb(156,96,91); }
H1.HeaderClassName
{
color: #9C605B;
}
.AnyTagClassName
{
color: #9C605B;
}
</style>
background-color css
<style>
a { background-color: #9C605B; }
a { background-color: rgb(156,96,91); }
div.DivClassName
{
background-color: #9C605B;
}
.BgClassName
{
background-color: #9C605B;
}
</style>
border-color css
<style>
span { border-color: #9C605B; }
span { border-color: rgb(156,96,91); }
td.TdClassName
{
border-color: #9C605B;
}
.TagClassName
{
border-color: #9C605B;
}
</style>