Shades of Au Chico #9C6553
Tints of Au Chico #9C6553
RGB
CMYK
RGB Variations
Color information
#9C6553 (or 0x9C6553) is known color: Au Chico. HEX triplet: 9C, 65 and 53. RGB value is (156,101,83). Sum of RGB (Red+Green+Blue) = 156+101+83=340 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.88% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6553 is #639AAC. Grayscale: #737373. Windows color (decimal): -6527661 or 5465500. OLE color: 5465500.
HSL color Cylindrical-coordinate representation of color #9C6553: hue angle of 14.79º 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 #9C6553 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 83 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.39 |
| HSL | 14.79º | 0.31% | 0.47% | - |
| HSV(B) | 14.79º | 0.47% | 0.61% | - |
| XYZ | 19.93 | 17 | 10.41 | - |
| YUV | 115.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 83 | 0 | 0.35 | 0.47 | 0.39 | 14.79 | 0.31 | 0.47 |
| Hex | 9C | 65 | 53 | 0 | 23 | 2F | 27 | F | 1F | 2F |
| Octal | 234 | 145 | 123 | 0 | 43 | 57 | 47 | 17 | 37 | 57 |
| Binary | 10011100 | 1100101 | 1010011 | 0 | 100011 | 101111 | 100111 | 1111 | 11111 | 101111 |
Color Harmonies of #9C6553
Complementary color
Monochromatic Colors of #9C6553
Black with #9C6553
Text Example
Text Example
White with #9C6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6553; }
p { color: rgb(156,101,83); }
H1.HeaderClassName
{
color: #9C6553;
}
.AnyTagClassName
{
color: #9C6553;
}
</style>
background-color css
<style>
a { background-color: #9C6553; }
a { background-color: rgb(156,101,83); }
div.DivClassName
{
background-color: #9C6553;
}
.BgClassName
{
background-color: #9C6553;
}
</style>
border-color css
<style>
span { border-color: #9C6553; }
span { border-color: rgb(156,101,83); }
td.TdClassName
{
border-color: #9C6553;
}
.TagClassName
{
border-color: #9C6553;
}
</style>