Shades of Au Chico #9D645C
Tints of Au Chico #9D645C
RGB
CMYK
RGB Variations
Color information
#9D645C (or 0x9D645C) is known color: Au Chico. HEX triplet: 9D, 64 and 5C. RGB value is (157,100,92). Sum of RGB (Red+Green+Blue) = 157+100+92=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 157 - color contains mainly: red. Hex color #9D645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D645C is #629BA3. Grayscale: #747474. Windows color (decimal): -6462372 or 6055069. OLE color: 6055069.
HSL color Cylindrical-coordinate representation of color #9D645C: hue angle of 7.38º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D645C is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 100 | 92 | - |
| CMYK | 0 | 0.36 | 0.41 | 0.38 |
| HSL | 7.38º | 0.26% | 0.49% | - |
| HSV(B) | 7.38º | 0.41% | 0.62% | - |
| XYZ | 20.39 | 17.06 | 12.34 | - |
| YUV | 116.13 | 114.38 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 92 | 0 | 0.36 | 0.41 | 0.38 | 7.38 | 0.26 | 0.49 |
| Hex | 9D | 64 | 5C | 0 | 24 | 29 | 26 | 7 | 1A | 31 |
| Octal | 235 | 144 | 134 | 0 | 44 | 51 | 46 | 7 | 32 | 61 |
| Binary | 10011101 | 1100100 | 1011100 | 0 | 100100 | 101001 | 100110 | 111 | 11010 | 110001 |
Color Harmonies of #9D645C
Complementary color
Monochromatic Colors of #9D645C
Black with #9D645C
Text Example
Text Example
White with #9D645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D645C; }
p { color: rgb(157,100,92); }
H1.HeaderClassName
{
color: #9D645C;
}
.AnyTagClassName
{
color: #9D645C;
}
</style>
background-color css
<style>
a { background-color: #9D645C; }
a { background-color: rgb(157,100,92); }
div.DivClassName
{
background-color: #9D645C;
}
.BgClassName
{
background-color: #9D645C;
}
</style>
border-color css
<style>
span { border-color: #9D645C; }
span { border-color: rgb(157,100,92); }
td.TdClassName
{
border-color: #9D645C;
}
.TagClassName
{
border-color: #9D645C;
}
</style>