Shades of Au Chico #9F604D
Tints of Au Chico #9F604D
RGB
CMYK
RGB Variations
Color information
#9F604D (or 0x9F604D) is known color: Au Chico. HEX triplet: 9F, 60 and 4D. RGB value is (159,96,77). Sum of RGB (Red+Green+Blue) = 159+96+77=332 (43% of max value = 765). Red value is 159 (62.5% from 255 or 47.89% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 159 - color contains mainly: red. Hex color #9F604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F604D is #609FB2. Grayscale: #707070. Windows color (decimal): -6332339 or 5071007. OLE color: 5071007.
HSL color Cylindrical-coordinate representation of color #9F604D: hue angle of 13.9º 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 #9F604D is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 96 | 77 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.38 |
| HSL | 13.9º | 0.35% | 0.46% | - |
| HSV(B) | 13.9º | 0.52% | 0.62% | - |
| XYZ | 19.82 | 16.27 | 9.12 | - |
| YUV | 112.67 | 107.87 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 77 | 0 | 0.40 | 0.52 | 0.38 | 13.9 | 0.35 | 0.46 |
| Hex | 9F | 60 | 4D | 0 | 28 | 34 | 26 | E | 23 | 2E |
| Octal | 237 | 140 | 115 | 0 | 50 | 64 | 46 | 16 | 43 | 56 |
| Binary | 10011111 | 1100000 | 1001101 | 0 | 101000 | 110100 | 100110 | 1110 | 100011 | 101110 |
Color Harmonies of #9F604D
Complementary color
Monochromatic Colors of #9F604D
Black with #9F604D
Text Example
Text Example
White with #9F604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F604D; }
p { color: rgb(159,96,77); }
H1.HeaderClassName
{
color: #9F604D;
}
.AnyTagClassName
{
color: #9F604D;
}
</style>
background-color css
<style>
a { background-color: #9F604D; }
a { background-color: rgb(159,96,77); }
div.DivClassName
{
background-color: #9F604D;
}
.BgClassName
{
background-color: #9F604D;
}
</style>
border-color css
<style>
span { border-color: #9F604D; }
span { border-color: rgb(159,96,77); }
td.TdClassName
{
border-color: #9F604D;
}
.TagClassName
{
border-color: #9F604D;
}
</style>