Shades of Au Chico #98695A
Tints of Au Chico #98695A
RGB
CMYK
RGB Variations
Color information
#98695A (or 0x98695A) is known color: Au Chico. HEX triplet: 98, 69 and 5A. RGB value is (152,105,90). Sum of RGB (Red+Green+Blue) = 152+105+90=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98695A is #6796A5. Grayscale: #757575. Windows color (decimal): -6788774 or 5925272. OLE color: 5925272.
HSL color Cylindrical-coordinate representation of color #98695A: hue angle of 14.52º 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 #98695A is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 105 | 90 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.40 |
| HSL | 14.52º | 0.26% | 0.47% | - |
| HSV(B) | 14.52º | 0.41% | 0.6% | - |
| XYZ | 19.85 | 17.52 | 12.01 | - |
| YUV | 117.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 105 | 90 | 0 | 0.31 | 0.41 | 0.40 | 14.52 | 0.26 | 0.47 |
| Hex | 98 | 69 | 5A | 0 | 1F | 29 | 28 | F | 1A | 2F |
| Octal | 230 | 151 | 132 | 0 | 37 | 51 | 50 | 17 | 32 | 57 |
| Binary | 10011000 | 1101001 | 1011010 | 0 | 11111 | 101001 | 101000 | 1111 | 11010 | 101111 |
Color Harmonies of #98695A
Complementary color
Monochromatic Colors of #98695A
Black with #98695A
Text Example
Text Example
White with #98695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98695A; }
p { color: rgb(152,105,90); }
H1.HeaderClassName
{
color: #98695A;
}
.AnyTagClassName
{
color: #98695A;
}
</style>
background-color css
<style>
a { background-color: #98695A; }
a { background-color: rgb(152,105,90); }
div.DivClassName
{
background-color: #98695A;
}
.BgClassName
{
background-color: #98695A;
}
</style>
border-color css
<style>
span { border-color: #98695A; }
span { border-color: rgb(152,105,90); }
td.TdClassName
{
border-color: #98695A;
}
.TagClassName
{
border-color: #98695A;
}
</style>