Shades of Au Chico #986755
Tints of Au Chico #986755
RGB
CMYK
RGB Variations
Color information
#986755 (or 0x986755) is known color: Au Chico. HEX triplet: 98, 67 and 55. RGB value is (152,103,85). Sum of RGB (Red+Green+Blue) = 152+103+85=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #986755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986755 is #6798AA. Grayscale: #737373. Windows color (decimal): -6789291 or 5597080. OLE color: 5597080.
HSL color Cylindrical-coordinate representation of color #986755: hue angle of 16.12º 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 #986755 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 85 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.40 |
| HSL | 16.12º | 0.28% | 0.46% | - |
| HSV(B) | 16.12º | 0.44% | 0.6% | - |
| XYZ | 19.44 | 17.03 | 10.86 | - |
| YUV | 115.6 | 110.73 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 85 | 0 | 0.32 | 0.44 | 0.40 | 16.12 | 0.28 | 0.46 |
| Hex | 98 | 67 | 55 | 0 | 20 | 2C | 28 | 10 | 1C | 2E |
| Octal | 230 | 147 | 125 | 0 | 40 | 54 | 50 | 20 | 34 | 56 |
| Binary | 10011000 | 1100111 | 1010101 | 0 | 100000 | 101100 | 101000 | 10000 | 11100 | 101110 |
Color Harmonies of #986755
Complementary color
Monochromatic Colors of #986755
Black with #986755
Text Example
Text Example
White with #986755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986755; }
p { color: rgb(152,103,85); }
H1.HeaderClassName
{
color: #986755;
}
.AnyTagClassName
{
color: #986755;
}
</style>
background-color css
<style>
a { background-color: #986755; }
a { background-color: rgb(152,103,85); }
div.DivClassName
{
background-color: #986755;
}
.BgClassName
{
background-color: #986755;
}
</style>
border-color css
<style>
span { border-color: #986755; }
span { border-color: rgb(152,103,85); }
td.TdClassName
{
border-color: #986755;
}
.TagClassName
{
border-color: #986755;
}
</style>