Shades of Au Chico #9E6B57
Tints of Au Chico #9E6B57
RGB
CMYK
RGB Variations
Color information
#9E6B57 (or 0x9E6B57) is known color: Au Chico. HEX triplet: 9E, 6B and 57. RGB value is (158,107,87). Sum of RGB (Red+Green+Blue) = 158+107+87=352 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.89% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6B57 is #6194A8. Grayscale: #787878. Windows color (decimal): -6395049 or 5729182. OLE color: 5729182.
HSL color Cylindrical-coordinate representation of color #9E6B57: hue angle of 16.9º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E6B57 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 107 | 87 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.38 |
| HSL | 16.9º | 0.29% | 0.48% | - |
| HSV(B) | 16.9º | 0.45% | 0.62% | - |
| XYZ | 21.08 | 18.47 | 11.47 | - |
| YUV | 119.97 | 109.4 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 107 | 87 | 0 | 0.32 | 0.45 | 0.38 | 16.9 | 0.29 | 0.48 |
| Hex | 9E | 6B | 57 | 0 | 20 | 2D | 26 | 11 | 1D | 30 |
| Octal | 236 | 153 | 127 | 0 | 40 | 55 | 46 | 21 | 35 | 60 |
| Binary | 10011110 | 1101011 | 1010111 | 0 | 100000 | 101101 | 100110 | 10001 | 11101 | 110000 |
Color Harmonies of #9E6B57
Complementary color
Monochromatic Colors of #9E6B57
Black with #9E6B57
Text Example
Text Example
White with #9E6B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6B57; }
p { color: rgb(158,107,87); }
H1.HeaderClassName
{
color: #9E6B57;
}
.AnyTagClassName
{
color: #9E6B57;
}
</style>
background-color css
<style>
a { background-color: #9E6B57; }
a { background-color: rgb(158,107,87); }
div.DivClassName
{
background-color: #9E6B57;
}
.BgClassName
{
background-color: #9E6B57;
}
</style>
border-color css
<style>
span { border-color: #9E6B57; }
span { border-color: rgb(158,107,87); }
td.TdClassName
{
border-color: #9E6B57;
}
.TagClassName
{
border-color: #9E6B57;
}
</style>