Shades of Au Chico #9F6757
Tints of Au Chico #9F6757
RGB
CMYK
RGB Variations
Color information
#9F6757 (or 0x9F6757) is known color: Au Chico. HEX triplet: 9F, 67 and 57. RGB value is (159,103,87). Sum of RGB (Red+Green+Blue) = 159+103+87=349 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.56% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 87 (34.38% from 255 or 24.93% from 349); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6757 is #6098A8. Grayscale: #767676. Windows color (decimal): -6330537 or 5728159. OLE color: 5728159.
HSL color Cylindrical-coordinate representation of color #9F6757: hue angle of 13.33º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F6757 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 87 | - |
| CMYK | 0 | 0.35 | 0.45 | 0.38 |
| HSL | 13.33º | 0.29% | 0.48% | - |
| HSV(B) | 13.33º | 0.45% | 0.62% | - |
| XYZ | 20.87 | 17.76 | 11.34 | - |
| YUV | 117.92 | 110.55 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 87 | 0 | 0.35 | 0.45 | 0.38 | 13.33 | 0.29 | 0.48 |
| Hex | 9F | 67 | 57 | 0 | 23 | 2D | 26 | D | 1D | 30 |
| Octal | 237 | 147 | 127 | 0 | 43 | 55 | 46 | 15 | 35 | 60 |
| Binary | 10011111 | 1100111 | 1010111 | 0 | 100011 | 101101 | 100110 | 1101 | 11101 | 110000 |
Color Harmonies of #9F6757
Complementary color
Monochromatic Colors of #9F6757
Black with #9F6757
Text Example
Text Example
White with #9F6757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6757; }
p { color: rgb(159,103,87); }
H1.HeaderClassName
{
color: #9F6757;
}
.AnyTagClassName
{
color: #9F6757;
}
</style>
background-color css
<style>
a { background-color: #9F6757; }
a { background-color: rgb(159,103,87); }
div.DivClassName
{
background-color: #9F6757;
}
.BgClassName
{
background-color: #9F6757;
}
</style>
border-color css
<style>
span { border-color: #9F6757; }
span { border-color: rgb(159,103,87); }
td.TdClassName
{
border-color: #9F6757;
}
.TagClassName
{
border-color: #9F6757;
}
</style>