Shades of Au Chico #9C645C
Tints of Au Chico #9C645C
RGB
CMYK
RGB Variations
Color information
#9C645C (or 0x9C645C) is known color: Au Chico. HEX triplet: 9C, 64 and 5C. RGB value is (156,100,92). Sum of RGB (Red+Green+Blue) = 156+100+92=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 92 (36.33% from 255 or 26.44% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C645C is #639BA3. Grayscale: #737373. Windows color (decimal): -6527908 or 6055068. OLE color: 6055068.
HSL color Cylindrical-coordinate representation of color #9C645C: hue angle of 7.5º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C645C is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 92 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.39 |
| HSL | 7.5º | 0.26% | 0.49% | - |
| HSV(B) | 7.5º | 0.41% | 0.61% | - |
| XYZ | 20.2 | 16.95 | 12.33 | - |
| YUV | 115.83 | 114.55 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 92 | 0 | 0.36 | 0.41 | 0.39 | 7.5 | 0.26 | 0.49 |
| Hex | 9C | 64 | 5C | 0 | 24 | 29 | 27 | 8 | 1A | 31 |
| Octal | 234 | 144 | 134 | 0 | 44 | 51 | 47 | 10 | 32 | 61 |
| Binary | 10011100 | 1100100 | 1011100 | 0 | 100100 | 101001 | 100111 | 1000 | 11010 | 110001 |
Color Harmonies of #9C645C
Complementary color
Monochromatic Colors of #9C645C
Black with #9C645C
Text Example
Text Example
White with #9C645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C645C; }
p { color: rgb(156,100,92); }
H1.HeaderClassName
{
color: #9C645C;
}
.AnyTagClassName
{
color: #9C645C;
}
</style>
background-color css
<style>
a { background-color: #9C645C; }
a { background-color: rgb(156,100,92); }
div.DivClassName
{
background-color: #9C645C;
}
.BgClassName
{
background-color: #9C645C;
}
</style>
border-color css
<style>
span { border-color: #9C645C; }
span { border-color: rgb(156,100,92); }
td.TdClassName
{
border-color: #9C645C;
}
.TagClassName
{
border-color: #9C645C;
}
</style>