Shades of Au Chico #9F675E
Tints of Au Chico #9F675E
RGB
CMYK
RGB Variations
Color information
#9F675E (or 0x9F675E) is known color: Au Chico. HEX triplet: 9F, 67 and 5E. RGB value is (159,103,94). Sum of RGB (Red+Green+Blue) = 159+103+94=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 159 - color contains mainly: red. Hex color #9F675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F675E is #6098A1. Grayscale: #767676. Windows color (decimal): -6330530 or 6186911. OLE color: 6186911.
HSL color Cylindrical-coordinate representation of color #9F675E: hue angle of 8.31º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F675E is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 94 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.38 |
| HSL | 8.31º | 0.26% | 0.5% | - |
| HSV(B) | 8.31º | 0.41% | 0.62% | - |
| XYZ | 21.17 | 17.88 | 12.93 | - |
| YUV | 118.72 | 114.05 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 94 | 0 | 0.35 | 0.41 | 0.38 | 8.31 | 0.26 | 0.5 |
| Hex | 9F | 67 | 5E | 0 | 23 | 29 | 26 | 8 | 1A | 32 |
| Octal | 237 | 147 | 136 | 0 | 43 | 51 | 46 | 10 | 32 | 62 |
| Binary | 10011111 | 1100111 | 1011110 | 0 | 100011 | 101001 | 100110 | 1000 | 11010 | 110010 |
Color Harmonies of #9F675E
Complementary color
Monochromatic Colors of #9F675E
Black with #9F675E
Text Example
Text Example
White with #9F675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F675E; }
p { color: rgb(159,103,94); }
H1.HeaderClassName
{
color: #9F675E;
}
.AnyTagClassName
{
color: #9F675E;
}
</style>
background-color css
<style>
a { background-color: #9F675E; }
a { background-color: rgb(159,103,94); }
div.DivClassName
{
background-color: #9F675E;
}
.BgClassName
{
background-color: #9F675E;
}
</style>
border-color css
<style>
span { border-color: #9F675E; }
span { border-color: rgb(159,103,94); }
td.TdClassName
{
border-color: #9F675E;
}
.TagClassName
{
border-color: #9F675E;
}
</style>