Shades of Au Chico #9F624F
Tints of Au Chico #9F624F
RGB
CMYK
RGB Variations
Color information
#9F624F (or 0x9F624F) is known color: Au Chico. HEX triplet: 9F, 62 and 4F. RGB value is (159,98,79). Sum of RGB (Red+Green+Blue) = 159+98+79=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F624F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F624F is #609DB0. Grayscale: #727272. Windows color (decimal): -6331825 or 5202591. OLE color: 5202591.
HSL color Cylindrical-coordinate representation of color #9F624F: hue angle of 14.25º degrees, saturation: 0.34, 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 #9F624F is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 98 | 79 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.38 |
| HSL | 14.25º | 0.34% | 0.47% | - |
| HSV(B) | 14.25º | 0.5% | 0.62% | - |
| XYZ | 20.08 | 16.67 | 9.56 | - |
| YUV | 114.07 | 108.21 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 98 | 79 | 0 | 0.38 | 0.50 | 0.38 | 14.25 | 0.34 | 0.47 |
| Hex | 9F | 62 | 4F | 0 | 26 | 32 | 26 | E | 22 | 2F |
| Octal | 237 | 142 | 117 | 0 | 46 | 62 | 46 | 16 | 42 | 57 |
| Binary | 10011111 | 1100010 | 1001111 | 0 | 100110 | 110010 | 100110 | 1110 | 100010 | 101111 |
Color Harmonies of #9F624F
Complementary color
Monochromatic Colors of #9F624F
Black with #9F624F
Text Example
Text Example
White with #9F624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F624F; }
p { color: rgb(159,98,79); }
H1.HeaderClassName
{
color: #9F624F;
}
.AnyTagClassName
{
color: #9F624F;
}
</style>
background-color css
<style>
a { background-color: #9F624F; }
a { background-color: rgb(159,98,79); }
div.DivClassName
{
background-color: #9F624F;
}
.BgClassName
{
background-color: #9F624F;
}
</style>
border-color css
<style>
span { border-color: #9F624F; }
span { border-color: rgb(159,98,79); }
td.TdClassName
{
border-color: #9F624F;
}
.TagClassName
{
border-color: #9F624F;
}
</style>