Shades of Au Chico #9E6554
Tints of Au Chico #9E6554
RGB
CMYK
RGB Variations
Color information
#9E6554 (or 0x9E6554) is known color: Au Chico. HEX triplet: 9E, 65 and 54. RGB value is (158,101,84). Sum of RGB (Red+Green+Blue) = 158+101+84=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6554 is #619AAB. Grayscale: #747474. Windows color (decimal): -6396588 or 5531038. OLE color: 5531038.
HSL color Cylindrical-coordinate representation of color #9E6554: hue angle of 13.78º 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 #9E6554 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 84 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.38 |
| HSL | 13.78º | 0.31% | 0.47% | - |
| HSV(B) | 13.78º | 0.47% | 0.62% | - |
| XYZ | 20.35 | 17.22 | 10.64 | - |
| YUV | 116.11 | 109.88 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 84 | 0 | 0.36 | 0.47 | 0.38 | 13.78 | 0.31 | 0.47 |
| Hex | 9E | 65 | 54 | 0 | 24 | 2F | 26 | E | 1F | 2F |
| Octal | 236 | 145 | 124 | 0 | 44 | 57 | 46 | 16 | 37 | 57 |
| Binary | 10011110 | 1100101 | 1010100 | 0 | 100100 | 101111 | 100110 | 1110 | 11111 | 101111 |
Color Harmonies of #9E6554
Complementary color
Monochromatic Colors of #9E6554
Black with #9E6554
Text Example
Text Example
White with #9E6554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6554; }
p { color: rgb(158,101,84); }
H1.HeaderClassName
{
color: #9E6554;
}
.AnyTagClassName
{
color: #9E6554;
}
</style>
background-color css
<style>
a { background-color: #9E6554; }
a { background-color: rgb(158,101,84); }
div.DivClassName
{
background-color: #9E6554;
}
.BgClassName
{
background-color: #9E6554;
}
</style>
border-color css
<style>
span { border-color: #9E6554; }
span { border-color: rgb(158,101,84); }
td.TdClassName
{
border-color: #9E6554;
}
.TagClassName
{
border-color: #9E6554;
}
</style>