Shades of Au Chico #9E695D
Tints of Au Chico #9E695D
RGB
CMYK
RGB Variations
Color information
#9E695D (or 0x9E695D) is known color: Au Chico. HEX triplet: 9E, 69 and 5D. RGB value is (158,105,93). Sum of RGB (Red+Green+Blue) = 158+105+93=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E695D is #6196A2. Grayscale: #777777. Windows color (decimal): -6395555 or 6121886. OLE color: 6121886.
HSL color Cylindrical-coordinate representation of color #9E695D: hue angle of 11.08º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E695D is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 105 | 93 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.38 |
| HSL | 11.08º | 0.26% | 0.49% | - |
| HSV(B) | 11.08º | 0.41% | 0.62% | - |
| XYZ | 21.13 | 18.16 | 12.75 | - |
| YUV | 119.48 | 113.06 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 93 | 0 | 0.34 | 0.41 | 0.38 | 11.08 | 0.26 | 0.49 |
| Hex | 9E | 69 | 5D | 0 | 22 | 29 | 26 | B | 1A | 31 |
| Octal | 236 | 151 | 135 | 0 | 42 | 51 | 46 | 13 | 32 | 61 |
| Binary | 10011110 | 1101001 | 1011101 | 0 | 100010 | 101001 | 100110 | 1011 | 11010 | 110001 |
Color Harmonies of #9E695D
Complementary color
Monochromatic Colors of #9E695D
Black with #9E695D
Text Example
Text Example
White with #9E695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E695D; }
p { color: rgb(158,105,93); }
H1.HeaderClassName
{
color: #9E695D;
}
.AnyTagClassName
{
color: #9E695D;
}
</style>
background-color css
<style>
a { background-color: #9E695D; }
a { background-color: rgb(158,105,93); }
div.DivClassName
{
background-color: #9E695D;
}
.BgClassName
{
background-color: #9E695D;
}
</style>
border-color css
<style>
span { border-color: #9E695D; }
span { border-color: rgb(158,105,93); }
td.TdClassName
{
border-color: #9E695D;
}
.TagClassName
{
border-color: #9E695D;
}
</style>