Shades of Au Chico #9C6754
Tints of Au Chico #9C6754
RGB
CMYK
RGB Variations
Color information
#9C6754 (or 0x9C6754) is known color: Au Chico. HEX triplet: 9C, 67 and 54. RGB value is (156,103,84). Sum of RGB (Red+Green+Blue) = 156+103+84=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6754 is #6398AB. Grayscale: #747474. Windows color (decimal): -6527148 or 5531548. OLE color: 5531548.
HSL color Cylindrical-coordinate representation of color #9C6754: hue angle of 15.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C6754 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 84 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.39 |
| HSL | 15.83º | 0.3% | 0.47% | - |
| HSV(B) | 15.83º | 0.46% | 0.61% | - |
| XYZ | 20.16 | 17.41 | 10.69 | - |
| YUV | 116.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 84 | 0 | 0.34 | 0.46 | 0.39 | 15.83 | 0.3 | 0.47 |
| Hex | 9C | 67 | 54 | 0 | 22 | 2E | 27 | 10 | 1E | 2F |
| Octal | 234 | 147 | 124 | 0 | 42 | 56 | 47 | 20 | 36 | 57 |
| Binary | 10011100 | 1100111 | 1010100 | 0 | 100010 | 101110 | 100111 | 10000 | 11110 | 101111 |
Color Harmonies of #9C6754
Complementary color
Monochromatic Colors of #9C6754
Black with #9C6754
Text Example
Text Example
White with #9C6754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6754; }
p { color: rgb(156,103,84); }
H1.HeaderClassName
{
color: #9C6754;
}
.AnyTagClassName
{
color: #9C6754;
}
</style>
background-color css
<style>
a { background-color: #9C6754; }
a { background-color: rgb(156,103,84); }
div.DivClassName
{
background-color: #9C6754;
}
.BgClassName
{
background-color: #9C6754;
}
</style>
border-color css
<style>
span { border-color: #9C6754; }
span { border-color: rgb(156,103,84); }
td.TdClassName
{
border-color: #9C6754;
}
.TagClassName
{
border-color: #9C6754;
}
</style>