Shades of Au Chico #986555
Tints of Au Chico #986555
RGB
CMYK
RGB Variations
Color information
#986555 (or 0x986555) is known color: Au Chico. HEX triplet: 98, 65 and 55. RGB value is (152,101,85). Sum of RGB (Red+Green+Blue) = 152+101+85=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #986555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986555 is #679AAA. Grayscale: #727272. Windows color (decimal): -6789803 or 5596568. OLE color: 5596568.
HSL color Cylindrical-coordinate representation of color #986555: hue angle of 14.33º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #986555 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 85 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.40 |
| HSL | 14.33º | 0.28% | 0.46% | - |
| HSV(B) | 14.33º | 0.44% | 0.6% | - |
| XYZ | 19.24 | 16.64 | 10.79 | - |
| YUV | 114.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 85 | 0 | 0.34 | 0.44 | 0.40 | 14.33 | 0.28 | 0.46 |
| Hex | 98 | 65 | 55 | 0 | 22 | 2C | 28 | E | 1C | 2E |
| Octal | 230 | 145 | 125 | 0 | 42 | 54 | 50 | 16 | 34 | 56 |
| Binary | 10011000 | 1100101 | 1010101 | 0 | 100010 | 101100 | 101000 | 1110 | 11100 | 101110 |
Color Harmonies of #986555
Complementary color
Monochromatic Colors of #986555
Black with #986555
Text Example
Text Example
White with #986555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986555; }
p { color: rgb(152,101,85); }
H1.HeaderClassName
{
color: #986555;
}
.AnyTagClassName
{
color: #986555;
}
</style>
background-color css
<style>
a { background-color: #986555; }
a { background-color: rgb(152,101,85); }
div.DivClassName
{
background-color: #986555;
}
.BgClassName
{
background-color: #986555;
}
</style>
border-color css
<style>
span { border-color: #986555; }
span { border-color: rgb(152,101,85); }
td.TdClassName
{
border-color: #986555;
}
.TagClassName
{
border-color: #986555;
}
</style>