Shades of Au Chico #9F6350
Tints of Au Chico #9F6350
RGB
CMYK
RGB Variations
Color information
#9F6350 (or 0x9F6350) is known color: Au Chico. HEX triplet: 9F, 63 and 50. RGB value is (159,99,80). Sum of RGB (Red+Green+Blue) = 159+99+80=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6350 is #609CAF. Grayscale: #727272. Windows color (decimal): -6331568 or 5268383. OLE color: 5268383.
HSL color Cylindrical-coordinate representation of color #9F6350: hue angle of 14.43º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F6350 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 80 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.38 |
| HSL | 14.43º | 0.33% | 0.47% | - |
| HSV(B) | 14.43º | 0.5% | 0.62% | - |
| XYZ | 20.21 | 16.87 | 9.78 | - |
| YUV | 114.77 | 108.38 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 80 | 0 | 0.38 | 0.50 | 0.38 | 14.43 | 0.33 | 0.47 |
| Hex | 9F | 63 | 50 | 0 | 26 | 32 | 26 | E | 21 | 2F |
| Octal | 237 | 143 | 120 | 0 | 46 | 62 | 46 | 16 | 41 | 57 |
| Binary | 10011111 | 1100011 | 1010000 | 0 | 100110 | 110010 | 100110 | 1110 | 100001 | 101111 |
Color Harmonies of #9F6350
Complementary color
Monochromatic Colors of #9F6350
Black with #9F6350
Text Example
Text Example
White with #9F6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6350; }
p { color: rgb(159,99,80); }
H1.HeaderClassName
{
color: #9F6350;
}
.AnyTagClassName
{
color: #9F6350;
}
</style>
background-color css
<style>
a { background-color: #9F6350; }
a { background-color: rgb(159,99,80); }
div.DivClassName
{
background-color: #9F6350;
}
.BgClassName
{
background-color: #9F6350;
}
</style>
border-color css
<style>
span { border-color: #9F6350; }
span { border-color: rgb(159,99,80); }
td.TdClassName
{
border-color: #9F6350;
}
.TagClassName
{
border-color: #9F6350;
}
</style>