Shades of Au Chico #986959
Tints of Au Chico #986959
RGB
CMYK
RGB Variations
Color information
#986959 (or 0x986959) is known color: Au Chico. HEX triplet: 98, 69 and 59. RGB value is (152,105,89). Sum of RGB (Red+Green+Blue) = 152+105+89=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #986959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986959 is #6796A6. Grayscale: #757575. Windows color (decimal): -6788775 or 5859736. OLE color: 5859736.
HSL color Cylindrical-coordinate representation of color #986959: hue angle of 15.24º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #986959 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 89 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.40 |
| HSL | 15.24º | 0.26% | 0.47% | - |
| HSV(B) | 15.24º | 0.41% | 0.6% | - |
| XYZ | 19.8 | 17.5 | 11.79 | - |
| YUV | 117.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 89 | 0 | 0.31 | 0.41 | 0.40 | 15.24 | 0.26 | 0.47 |
| Hex | 98 | 69 | 59 | 0 | 1F | 29 | 28 | F | 1A | 2F |
| Octal | 230 | 151 | 131 | 0 | 37 | 51 | 50 | 17 | 32 | 57 |
| Binary | 10011000 | 1101001 | 1011001 | 0 | 11111 | 101001 | 101000 | 1111 | 11010 | 101111 |
Color Harmonies of #986959
Complementary color
Monochromatic Colors of #986959
Black with #986959
Text Example
Text Example
White with #986959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986959; }
p { color: rgb(152,105,89); }
H1.HeaderClassName
{
color: #986959;
}
.AnyTagClassName
{
color: #986959;
}
</style>
background-color css
<style>
a { background-color: #986959; }
a { background-color: rgb(152,105,89); }
div.DivClassName
{
background-color: #986959;
}
.BgClassName
{
background-color: #986959;
}
</style>
border-color css
<style>
span { border-color: #986959; }
span { border-color: rgb(152,105,89); }
td.TdClassName
{
border-color: #986959;
}
.TagClassName
{
border-color: #986959;
}
</style>