Shades of Au Chico #9D605B
Tints of Au Chico #9D605B
RGB
CMYK
RGB Variations
Color information
#9D605B (or 0x9D605B) is known color: Au Chico. HEX triplet: 9D, 60 and 5B. RGB value is (157,96,91). Sum of RGB (Red+Green+Blue) = 157+96+91=344 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.64% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 157 - color contains mainly: red. Hex color #9D605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D605B is #629FA4. Grayscale: #717171. Windows color (decimal): -6463397 or 5988509. OLE color: 5988509.
HSL color Cylindrical-coordinate representation of color #9D605B: hue angle of 4.55º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D605B is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 96 | 91 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.38 |
| HSL | 4.55º | 0.27% | 0.49% | - |
| HSV(B) | 4.55º | 0.42% | 0.62% | - |
| XYZ | 19.98 | 16.29 | 11.99 | - |
| YUV | 113.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 96 | 91 | 0 | 0.39 | 0.42 | 0.38 | 4.55 | 0.27 | 0.49 |
| Hex | 9D | 60 | 5B | 0 | 27 | 2A | 26 | 5 | 1B | 31 |
| Octal | 235 | 140 | 133 | 0 | 47 | 52 | 46 | 5 | 33 | 61 |
| Binary | 10011101 | 1100000 | 1011011 | 0 | 100111 | 101010 | 100110 | 101 | 11011 | 110001 |
Color Harmonies of #9D605B
Complementary color
Monochromatic Colors of #9D605B
Black with #9D605B
Text Example
Text Example
White with #9D605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D605B; }
p { color: rgb(157,96,91); }
H1.HeaderClassName
{
color: #9D605B;
}
.AnyTagClassName
{
color: #9D605B;
}
</style>
background-color css
<style>
a { background-color: #9D605B; }
a { background-color: rgb(157,96,91); }
div.DivClassName
{
background-color: #9D605B;
}
.BgClassName
{
background-color: #9D605B;
}
</style>
border-color css
<style>
span { border-color: #9D605B; }
span { border-color: rgb(157,96,91); }
td.TdClassName
{
border-color: #9D605B;
}
.TagClassName
{
border-color: #9D605B;
}
</style>