Shades of Au Chico #9E655B
Tints of Au Chico #9E655B
RGB
CMYK
RGB Variations
Color information
#9E655B (or 0x9E655B) is known color: Au Chico. HEX triplet: 9E, 65 and 5B. RGB value is (158,101,91). Sum of RGB (Red+Green+Blue) = 158+101+91=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 158 - color contains mainly: red. Hex color #9E655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E655B is #619AA4. Grayscale: #757575. Windows color (decimal): -6396581 or 5989790. OLE color: 5989790.
HSL color Cylindrical-coordinate representation of color #9E655B: hue angle of 8.96º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E655B is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 91 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.38 |
| HSL | 8.96º | 0.27% | 0.49% | - |
| HSV(B) | 8.96º | 0.42% | 0.62% | - |
| XYZ | 20.64 | 17.33 | 12.15 | - |
| YUV | 116.9 | 113.38 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 91 | 0 | 0.36 | 0.42 | 0.38 | 8.96 | 0.27 | 0.49 |
| Hex | 9E | 65 | 5B | 0 | 24 | 2A | 26 | 9 | 1B | 31 |
| Octal | 236 | 145 | 133 | 0 | 44 | 52 | 46 | 11 | 33 | 61 |
| Binary | 10011110 | 1100101 | 1011011 | 0 | 100100 | 101010 | 100110 | 1001 | 11011 | 110001 |
Color Harmonies of #9E655B
Complementary color
Monochromatic Colors of #9E655B
Black with #9E655B
Text Example
Text Example
White with #9E655B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E655B; }
p { color: rgb(158,101,91); }
H1.HeaderClassName
{
color: #9E655B;
}
.AnyTagClassName
{
color: #9E655B;
}
</style>
background-color css
<style>
a { background-color: #9E655B; }
a { background-color: rgb(158,101,91); }
div.DivClassName
{
background-color: #9E655B;
}
.BgClassName
{
background-color: #9E655B;
}
</style>
border-color css
<style>
span { border-color: #9E655B; }
span { border-color: rgb(158,101,91); }
td.TdClassName
{
border-color: #9E655B;
}
.TagClassName
{
border-color: #9E655B;
}
</style>