Shades of Au Chico #98685B
Tints of Au Chico #98685B
RGB
CMYK
RGB Variations
Color information
#98685B (or 0x98685B) is known color: Au Chico. HEX triplet: 98, 68 and 5B. RGB value is (152,104,91). Sum of RGB (Red+Green+Blue) = 152+104+91=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98685B is #6797A4. Grayscale: #747474. Windows color (decimal): -6789029 or 5990552. OLE color: 5990552.
HSL color Cylindrical-coordinate representation of color #98685B: hue angle of 12.79º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98685B is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 91 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.40 |
| HSL | 12.79º | 0.25% | 0.48% | - |
| HSV(B) | 12.79º | 0.4% | 0.6% | - |
| XYZ | 19.79 | 17.33 | 12.2 | - |
| YUV | 116.87 | 113.4 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 91 | 0 | 0.32 | 0.40 | 0.40 | 12.79 | 0.25 | 0.48 |
| Hex | 98 | 68 | 5B | 0 | 20 | 28 | 28 | D | 19 | 30 |
| Octal | 230 | 150 | 133 | 0 | 40 | 50 | 50 | 15 | 31 | 60 |
| Binary | 10011000 | 1101000 | 1011011 | 0 | 100000 | 101000 | 101000 | 1101 | 11001 | 110000 |
Color Harmonies of #98685B
Complementary color
Monochromatic Colors of #98685B
Black with #98685B
Text Example
Text Example
White with #98685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98685B; }
p { color: rgb(152,104,91); }
H1.HeaderClassName
{
color: #98685B;
}
.AnyTagClassName
{
color: #98685B;
}
</style>
background-color css
<style>
a { background-color: #98685B; }
a { background-color: rgb(152,104,91); }
div.DivClassName
{
background-color: #98685B;
}
.BgClassName
{
background-color: #98685B;
}
</style>
border-color css
<style>
span { border-color: #98685B; }
span { border-color: rgb(152,104,91); }
td.TdClassName
{
border-color: #98685B;
}
.TagClassName
{
border-color: #98685B;
}
</style>