Shades of Au Chico #9C6653
Tints of Au Chico #9C6653
RGB
CMYK
RGB Variations
Color information
#9C6653 (or 0x9C6653) is known color: Au Chico. HEX triplet: 9C, 66 and 53. RGB value is (156,102,83). Sum of RGB (Red+Green+Blue) = 156+102+83=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6653 is #6399AC. Grayscale: #747474. Windows color (decimal): -6527405 or 5465756. OLE color: 5465756.
HSL color Cylindrical-coordinate representation of color #9C6653: hue angle of 15.62º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C6653 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 83 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.39 |
| HSL | 15.62º | 0.31% | 0.47% | - |
| HSV(B) | 15.62º | 0.47% | 0.61% | - |
| XYZ | 20.02 | 17.2 | 10.45 | - |
| YUV | 115.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 83 | 0 | 0.35 | 0.47 | 0.39 | 15.62 | 0.31 | 0.47 |
| Hex | 9C | 66 | 53 | 0 | 23 | 2F | 27 | 10 | 1F | 2F |
| Octal | 234 | 146 | 123 | 0 | 43 | 57 | 47 | 20 | 37 | 57 |
| Binary | 10011100 | 1100110 | 1010011 | 0 | 100011 | 101111 | 100111 | 10000 | 11111 | 101111 |
Color Harmonies of #9C6653
Complementary color
Monochromatic Colors of #9C6653
Black with #9C6653
Text Example
Text Example
White with #9C6653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6653; }
p { color: rgb(156,102,83); }
H1.HeaderClassName
{
color: #9C6653;
}
.AnyTagClassName
{
color: #9C6653;
}
</style>
background-color css
<style>
a { background-color: #9C6653; }
a { background-color: rgb(156,102,83); }
div.DivClassName
{
background-color: #9C6653;
}
.BgClassName
{
background-color: #9C6653;
}
</style>
border-color css
<style>
span { border-color: #9C6653; }
span { border-color: rgb(156,102,83); }
td.TdClassName
{
border-color: #9C6653;
}
.TagClassName
{
border-color: #9C6653;
}
</style>