Shades of Au Chico #9F614D
Tints of Au Chico #9F614D
RGB
CMYK
RGB Variations
Color information
#9F614D (or 0x9F614D) is known color: Au Chico. HEX triplet: 9F, 61 and 4D. RGB value is (159,97,77). Sum of RGB (Red+Green+Blue) = 159+97+77=333 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.75% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 159 - color contains mainly: red. Hex color #9F614D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F614D is #609EB2. Grayscale: #717171. Windows color (decimal): -6332083 or 5071263. OLE color: 5071263.
HSL color Cylindrical-coordinate representation of color #9F614D: hue angle of 14.63º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F614D is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 97 | 77 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.38 |
| HSL | 14.63º | 0.35% | 0.46% | - |
| HSV(B) | 14.63º | 0.52% | 0.62% | - |
| XYZ | 19.91 | 16.46 | 9.15 | - |
| YUV | 113.26 | 107.54 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 97 | 77 | 0 | 0.39 | 0.52 | 0.38 | 14.63 | 0.35 | 0.46 |
| Hex | 9F | 61 | 4D | 0 | 27 | 34 | 26 | F | 23 | 2E |
| Octal | 237 | 141 | 115 | 0 | 47 | 64 | 46 | 17 | 43 | 56 |
| Binary | 10011111 | 1100001 | 1001101 | 0 | 100111 | 110100 | 100110 | 1111 | 100011 | 101110 |
Color Harmonies of #9F614D
Complementary color
Monochromatic Colors of #9F614D
Black with #9F614D
Text Example
Text Example
White with #9F614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F614D; }
p { color: rgb(159,97,77); }
H1.HeaderClassName
{
color: #9F614D;
}
.AnyTagClassName
{
color: #9F614D;
}
</style>
background-color css
<style>
a { background-color: #9F614D; }
a { background-color: rgb(159,97,77); }
div.DivClassName
{
background-color: #9F614D;
}
.BgClassName
{
background-color: #9F614D;
}
</style>
border-color css
<style>
span { border-color: #9F614D; }
span { border-color: rgb(159,97,77); }
td.TdClassName
{
border-color: #9F614D;
}
.TagClassName
{
border-color: #9F614D;
}
</style>