Shades of Au Chico #9C645B
Tints of Au Chico #9C645B
RGB
CMYK
RGB Variations
Color information
#9C645B (or 0x9C645B) is known color: Au Chico. HEX triplet: 9C, 64 and 5B. RGB value is (156,100,91). Sum of RGB (Red+Green+Blue) = 156+100+91=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C645B is #639BA4. Grayscale: #737373. Windows color (decimal): -6527909 or 5989532. OLE color: 5989532.
HSL color Cylindrical-coordinate representation of color #9C645B: hue angle of 8.31º 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 #9C645B is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 91 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.39 |
| HSL | 8.31º | 0.26% | 0.48% | - |
| HSV(B) | 8.31º | 0.42% | 0.61% | - |
| XYZ | 20.16 | 16.94 | 12.1 | - |
| YUV | 115.72 | 114.05 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 91 | 0 | 0.36 | 0.42 | 0.39 | 8.31 | 0.26 | 0.48 |
| Hex | 9C | 64 | 5B | 0 | 24 | 2A | 27 | 8 | 1A | 30 |
| Octal | 234 | 144 | 133 | 0 | 44 | 52 | 47 | 10 | 32 | 60 |
| Binary | 10011100 | 1100100 | 1011011 | 0 | 100100 | 101010 | 100111 | 1000 | 11010 | 110000 |
Color Harmonies of #9C645B
Complementary color
Monochromatic Colors of #9C645B
Black with #9C645B
Text Example
Text Example
White with #9C645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C645B; }
p { color: rgb(156,100,91); }
H1.HeaderClassName
{
color: #9C645B;
}
.AnyTagClassName
{
color: #9C645B;
}
</style>
background-color css
<style>
a { background-color: #9C645B; }
a { background-color: rgb(156,100,91); }
div.DivClassName
{
background-color: #9C645B;
}
.BgClassName
{
background-color: #9C645B;
}
</style>
border-color css
<style>
span { border-color: #9C645B; }
span { border-color: rgb(156,100,91); }
td.TdClassName
{
border-color: #9C645B;
}
.TagClassName
{
border-color: #9C645B;
}
</style>