Shades of Au Chico #9D6254
Tints of Au Chico #9D6254
RGB
CMYK
RGB Variations
Color information
#9D6254 (or 0x9D6254) is known color: Au Chico. HEX triplet: 9D, 62 and 54. RGB value is (157,98,84). Sum of RGB (Red+Green+Blue) = 157+98+84=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6254 is #629DAB. Grayscale: #727272. Windows color (decimal): -6462892 or 5530269. OLE color: 5530269.
HSL color Cylindrical-coordinate representation of color #9D6254: hue angle of 11.51º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D6254 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 98 | 84 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.38 |
| HSL | 11.51º | 0.3% | 0.47% | - |
| HSV(B) | 11.51º | 0.46% | 0.62% | - |
| XYZ | 19.87 | 16.54 | 10.53 | - |
| YUV | 114.05 | 111.05 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 98 | 84 | 0 | 0.38 | 0.46 | 0.38 | 11.51 | 0.3 | 0.47 |
| Hex | 9D | 62 | 54 | 0 | 26 | 2E | 26 | C | 1E | 2F |
| Octal | 235 | 142 | 124 | 0 | 46 | 56 | 46 | 14 | 36 | 57 |
| Binary | 10011101 | 1100010 | 1010100 | 0 | 100110 | 101110 | 100110 | 1100 | 11110 | 101111 |
Color Harmonies of #9D6254
Complementary color
Monochromatic Colors of #9D6254
Black with #9D6254
Text Example
Text Example
White with #9D6254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6254; }
p { color: rgb(157,98,84); }
H1.HeaderClassName
{
color: #9D6254;
}
.AnyTagClassName
{
color: #9D6254;
}
</style>
background-color css
<style>
a { background-color: #9D6254; }
a { background-color: rgb(157,98,84); }
div.DivClassName
{
background-color: #9D6254;
}
.BgClassName
{
background-color: #9D6254;
}
</style>
border-color css
<style>
span { border-color: #9D6254; }
span { border-color: rgb(157,98,84); }
td.TdClassName
{
border-color: #9D6254;
}
.TagClassName
{
border-color: #9D6254;
}
</style>