Shades of Au Chico #98655A
Tints of Au Chico #98655A
RGB
CMYK
RGB Variations
Color information
#98655A (or 0x98655A) is known color: Au Chico. HEX triplet: 98, 65 and 5A. RGB value is (152,101,90). Sum of RGB (Red+Green+Blue) = 152+101+90=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #98655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98655A is #679AA5. Grayscale: #737373. Windows color (decimal): -6789798 or 5924248. OLE color: 5924248.
HSL color Cylindrical-coordinate representation of color #98655A: hue angle of 10.65º 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 #98655A is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 90 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.40 |
| HSL | 10.65º | 0.26% | 0.47% | - |
| HSV(B) | 10.65º | 0.41% | 0.6% | - |
| XYZ | 19.45 | 16.72 | 11.88 | - |
| YUV | 115 | 113.9 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 90 | 0 | 0.34 | 0.41 | 0.40 | 10.65 | 0.26 | 0.47 |
| Hex | 98 | 65 | 5A | 0 | 22 | 29 | 28 | B | 1A | 2F |
| Octal | 230 | 145 | 132 | 0 | 42 | 51 | 50 | 13 | 32 | 57 |
| Binary | 10011000 | 1100101 | 1011010 | 0 | 100010 | 101001 | 101000 | 1011 | 11010 | 101111 |
Color Harmonies of #98655A
Complementary color
Monochromatic Colors of #98655A
Black with #98655A
Text Example
Text Example
White with #98655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98655A; }
p { color: rgb(152,101,90); }
H1.HeaderClassName
{
color: #98655A;
}
.AnyTagClassName
{
color: #98655A;
}
</style>
background-color css
<style>
a { background-color: #98655A; }
a { background-color: rgb(152,101,90); }
div.DivClassName
{
background-color: #98655A;
}
.BgClassName
{
background-color: #98655A;
}
</style>
border-color css
<style>
span { border-color: #98655A; }
span { border-color: rgb(152,101,90); }
td.TdClassName
{
border-color: #98655A;
}
.TagClassName
{
border-color: #98655A;
}
</style>