Shades of Au Chico #9F675C
Tints of Au Chico #9F675C
RGB
CMYK
RGB Variations
Color information
#9F675C (or 0x9F675C) is known color: Au Chico. HEX triplet: 9F, 67 and 5C. RGB value is (159,103,92). Sum of RGB (Red+Green+Blue) = 159+103+92=354 (46% of max value = 765). Red value is 159 (62.5% from 255 or 44.92% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 159 - color contains mainly: red. Hex color #9F675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F675C is #6098A3. Grayscale: #767676. Windows color (decimal): -6330532 or 6055839. OLE color: 6055839.
HSL color Cylindrical-coordinate representation of color #9F675C: hue angle of 9.85º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F675C is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 92 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.38 |
| HSL | 9.85º | 0.27% | 0.49% | - |
| HSV(B) | 9.85º | 0.42% | 0.62% | - |
| XYZ | 21.08 | 17.84 | 12.46 | - |
| YUV | 118.49 | 113.05 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 92 | 0 | 0.35 | 0.42 | 0.38 | 9.85 | 0.27 | 0.49 |
| Hex | 9F | 67 | 5C | 0 | 23 | 2A | 26 | A | 1B | 31 |
| Octal | 237 | 147 | 134 | 0 | 43 | 52 | 46 | 12 | 33 | 61 |
| Binary | 10011111 | 1100111 | 1011100 | 0 | 100011 | 101010 | 100110 | 1010 | 11011 | 110001 |
Color Harmonies of #9F675C
Complementary color
Monochromatic Colors of #9F675C
Black with #9F675C
Text Example
Text Example
White with #9F675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F675C; }
p { color: rgb(159,103,92); }
H1.HeaderClassName
{
color: #9F675C;
}
.AnyTagClassName
{
color: #9F675C;
}
</style>
background-color css
<style>
a { background-color: #9F675C; }
a { background-color: rgb(159,103,92); }
div.DivClassName
{
background-color: #9F675C;
}
.BgClassName
{
background-color: #9F675C;
}
</style>
border-color css
<style>
span { border-color: #9F675C; }
span { border-color: rgb(159,103,92); }
td.TdClassName
{
border-color: #9F675C;
}
.TagClassName
{
border-color: #9F675C;
}
</style>