Shades of Au Chico #98645A
Tints of Au Chico #98645A
RGB
CMYK
RGB Variations
Color information
#98645A (or 0x98645A) is known color: Au Chico. HEX triplet: 98, 64 and 5A. RGB value is (152,100,90). Sum of RGB (Red+Green+Blue) = 152+100+90=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #98645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98645A is #679BA5. Grayscale: #727272. Windows color (decimal): -6790054 or 5923992. OLE color: 5923992.
HSL color Cylindrical-coordinate representation of color #98645A: hue angle of 9.68º 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 #98645A is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 90 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.40 |
| HSL | 9.68º | 0.26% | 0.47% | - |
| HSV(B) | 9.68º | 0.41% | 0.6% | - |
| XYZ | 19.35 | 16.53 | 11.84 | - |
| YUV | 114.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 90 | 0 | 0.34 | 0.41 | 0.40 | 9.68 | 0.26 | 0.47 |
| Hex | 98 | 64 | 5A | 0 | 22 | 29 | 28 | A | 1A | 2F |
| Octal | 230 | 144 | 132 | 0 | 42 | 51 | 50 | 12 | 32 | 57 |
| Binary | 10011000 | 1100100 | 1011010 | 0 | 100010 | 101001 | 101000 | 1010 | 11010 | 101111 |
Color Harmonies of #98645A
Complementary color
Monochromatic Colors of #98645A
Black with #98645A
Text Example
Text Example
White with #98645A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98645A; }
p { color: rgb(152,100,90); }
H1.HeaderClassName
{
color: #98645A;
}
.AnyTagClassName
{
color: #98645A;
}
</style>
background-color css
<style>
a { background-color: #98645A; }
a { background-color: rgb(152,100,90); }
div.DivClassName
{
background-color: #98645A;
}
.BgClassName
{
background-color: #98645A;
}
</style>
border-color css
<style>
span { border-color: #98645A; }
span { border-color: rgb(152,100,90); }
td.TdClassName
{
border-color: #98645A;
}
.TagClassName
{
border-color: #98645A;
}
</style>