Shades of Au Chico #9E6454
Tints of Au Chico #9E6454
RGB
CMYK
RGB Variations
Color information
#9E6454 (or 0x9E6454) is known color: Au Chico. HEX triplet: 9E, 64 and 54. RGB value is (158,100,84). Sum of RGB (Red+Green+Blue) = 158+100+84=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6454 is #619BAB. Grayscale: #737373. Windows color (decimal): -6396844 or 5530782. OLE color: 5530782.
HSL color Cylindrical-coordinate representation of color #9E6454: hue angle of 12.97º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E6454 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 100 | 84 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.38 |
| HSL | 12.97º | 0.31% | 0.47% | - |
| HSV(B) | 12.97º | 0.47% | 0.62% | - |
| XYZ | 20.26 | 17.02 | 10.61 | - |
| YUV | 115.52 | 110.22 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 84 | 0 | 0.37 | 0.47 | 0.38 | 12.97 | 0.31 | 0.47 |
| Hex | 9E | 64 | 54 | 0 | 25 | 2F | 26 | D | 1F | 2F |
| Octal | 236 | 144 | 124 | 0 | 45 | 57 | 46 | 15 | 37 | 57 |
| Binary | 10011110 | 1100100 | 1010100 | 0 | 100101 | 101111 | 100110 | 1101 | 11111 | 101111 |
Color Harmonies of #9E6454
Complementary color
Monochromatic Colors of #9E6454
Black with #9E6454
Text Example
Text Example
White with #9E6454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6454; }
p { color: rgb(158,100,84); }
H1.HeaderClassName
{
color: #9E6454;
}
.AnyTagClassName
{
color: #9E6454;
}
</style>
background-color css
<style>
a { background-color: #9E6454; }
a { background-color: rgb(158,100,84); }
div.DivClassName
{
background-color: #9E6454;
}
.BgClassName
{
background-color: #9E6454;
}
</style>
border-color css
<style>
span { border-color: #9E6454; }
span { border-color: rgb(158,100,84); }
td.TdClassName
{
border-color: #9E6454;
}
.TagClassName
{
border-color: #9E6454;
}
</style>