Shades of Au Chico #9C604D
Tints of Au Chico #9C604D
RGB
CMYK
RGB Variations
Color information
#9C604D (or 0x9C604D) is known color: Au Chico. HEX triplet: 9C, 60 and 4D. RGB value is (156,96,77). Sum of RGB (Red+Green+Blue) = 156+96+77=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C604D is #639FB2. Grayscale: #6F6F6F. Windows color (decimal): -6528947 or 5071004. OLE color: 5071004.
HSL color Cylindrical-coordinate representation of color #9C604D: hue angle of 14.43º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C604D is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 77 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.39 |
| HSL | 14.43º | 0.34% | 0.46% | - |
| HSV(B) | 14.43º | 0.51% | 0.61% | - |
| XYZ | 19.23 | 15.97 | 9.09 | - |
| YUV | 111.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 77 | 0 | 0.38 | 0.51 | 0.39 | 14.43 | 0.34 | 0.46 |
| Hex | 9C | 60 | 4D | 0 | 26 | 33 | 27 | E | 22 | 2E |
| Octal | 234 | 140 | 115 | 0 | 46 | 63 | 47 | 16 | 42 | 56 |
| Binary | 10011100 | 1100000 | 1001101 | 0 | 100110 | 110011 | 100111 | 1110 | 100010 | 101110 |
Color Harmonies of #9C604D
Complementary color
Monochromatic Colors of #9C604D
Black with #9C604D
Text Example
Text Example
White with #9C604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C604D; }
p { color: rgb(156,96,77); }
H1.HeaderClassName
{
color: #9C604D;
}
.AnyTagClassName
{
color: #9C604D;
}
</style>
background-color css
<style>
a { background-color: #9C604D; }
a { background-color: rgb(156,96,77); }
div.DivClassName
{
background-color: #9C604D;
}
.BgClassName
{
background-color: #9C604D;
}
</style>
border-color css
<style>
span { border-color: #9C604D; }
span { border-color: rgb(156,96,77); }
td.TdClassName
{
border-color: #9C604D;
}
.TagClassName
{
border-color: #9C604D;
}
</style>