Shades of Au Chico #9F6B59
Tints of Au Chico #9F6B59
RGB
CMYK
RGB Variations
Color information
#9F6B59 (or 0x9F6B59) is known color: Au Chico. HEX triplet: 9F, 6B and 59. RGB value is (159,107,89). Sum of RGB (Red+Green+Blue) = 159+107+89=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6B59 is #6094A6. Grayscale: #787878. Windows color (decimal): -6329511 or 5860255. OLE color: 5860255.
HSL color Cylindrical-coordinate representation of color #9F6B59: hue angle of 15.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F6B59 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 107 | 89 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.38 |
| HSL | 15.43º | 0.28% | 0.49% | - |
| HSV(B) | 15.43º | 0.44% | 0.62% | - |
| XYZ | 21.36 | 18.61 | 11.92 | - |
| YUV | 120.5 | 110.23 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 107 | 89 | 0 | 0.33 | 0.44 | 0.38 | 15.43 | 0.28 | 0.49 |
| Hex | 9F | 6B | 59 | 0 | 21 | 2C | 26 | F | 1C | 31 |
| Octal | 237 | 153 | 131 | 0 | 41 | 54 | 46 | 17 | 34 | 61 |
| Binary | 10011111 | 1101011 | 1011001 | 0 | 100001 | 101100 | 100110 | 1111 | 11100 | 110001 |
Color Harmonies of #9F6B59
Complementary color
Monochromatic Colors of #9F6B59
Black with #9F6B59
Text Example
Text Example
White with #9F6B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6B59; }
p { color: rgb(159,107,89); }
H1.HeaderClassName
{
color: #9F6B59;
}
.AnyTagClassName
{
color: #9F6B59;
}
</style>
background-color css
<style>
a { background-color: #9F6B59; }
a { background-color: rgb(159,107,89); }
div.DivClassName
{
background-color: #9F6B59;
}
.BgClassName
{
background-color: #9F6B59;
}
</style>
border-color css
<style>
span { border-color: #9F6B59; }
span { border-color: rgb(159,107,89); }
td.TdClassName
{
border-color: #9F6B59;
}
.TagClassName
{
border-color: #9F6B59;
}
</style>