Shades of Au Chico #9E6B5B
Tints of Au Chico #9E6B5B
RGB
CMYK
RGB Variations
Color information
#9E6B5B (or 0x9E6B5B) is known color: Au Chico. HEX triplet: 9E, 6B and 5B. RGB value is (158,107,91). Sum of RGB (Red+Green+Blue) = 158+107+91=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 107 (42.19% from 255 or 30.06% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6B5B is #6194A4. Grayscale: #787878. Windows color (decimal): -6395045 or 5991326. OLE color: 5991326.
HSL color Cylindrical-coordinate representation of color #9E6B5B: hue angle of 14.33º 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 #9E6B5B is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 107 | 91 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.38 |
| HSL | 14.33º | 0.27% | 0.49% | - |
| HSV(B) | 14.33º | 0.42% | 0.62% | - |
| XYZ | 21.25 | 18.54 | 12.36 | - |
| YUV | 120.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 107 | 91 | 0 | 0.32 | 0.42 | 0.38 | 14.33 | 0.27 | 0.49 |
| Hex | 9E | 6B | 5B | 0 | 20 | 2A | 26 | E | 1B | 31 |
| Octal | 236 | 153 | 133 | 0 | 40 | 52 | 46 | 16 | 33 | 61 |
| Binary | 10011110 | 1101011 | 1011011 | 0 | 100000 | 101010 | 100110 | 1110 | 11011 | 110001 |
Color Harmonies of #9E6B5B
Complementary color
Monochromatic Colors of #9E6B5B
Black with #9E6B5B
Text Example
Text Example
White with #9E6B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6B5B; }
p { color: rgb(158,107,91); }
H1.HeaderClassName
{
color: #9E6B5B;
}
.AnyTagClassName
{
color: #9E6B5B;
}
</style>
background-color css
<style>
a { background-color: #9E6B5B; }
a { background-color: rgb(158,107,91); }
div.DivClassName
{
background-color: #9E6B5B;
}
.BgClassName
{
background-color: #9E6B5B;
}
</style>
border-color css
<style>
span { border-color: #9E6B5B; }
span { border-color: rgb(158,107,91); }
td.TdClassName
{
border-color: #9E6B5B;
}
.TagClassName
{
border-color: #9E6B5B;
}
</style>