Shades of Au Chico #9E6754
Tints of Au Chico #9E6754
RGB
CMYK
RGB Variations
Color information
#9E6754 (or 0x9E6754) is known color: Au Chico. HEX triplet: 9E, 67 and 54. RGB value is (158,103,84). Sum of RGB (Red+Green+Blue) = 158+103+84=345 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.80% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6754 is #6198AB. Grayscale: #757575. Windows color (decimal): -6396076 or 5531550. OLE color: 5531550.
HSL color Cylindrical-coordinate representation of color #9E6754: hue angle of 15.41º 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 #9E6754 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 103 | 84 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.38 |
| HSL | 15.41º | 0.31% | 0.47% | - |
| HSV(B) | 15.41º | 0.47% | 0.62% | - |
| XYZ | 20.55 | 17.61 | 10.7 | - |
| YUV | 117.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 103 | 84 | 0 | 0.35 | 0.47 | 0.38 | 15.41 | 0.31 | 0.47 |
| Hex | 9E | 67 | 54 | 0 | 23 | 2F | 26 | F | 1F | 2F |
| Octal | 236 | 147 | 124 | 0 | 43 | 57 | 46 | 17 | 37 | 57 |
| Binary | 10011110 | 1100111 | 1010100 | 0 | 100011 | 101111 | 100110 | 1111 | 11111 | 101111 |
Color Harmonies of #9E6754
Complementary color
Monochromatic Colors of #9E6754
Black with #9E6754
Text Example
Text Example
White with #9E6754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6754; }
p { color: rgb(158,103,84); }
H1.HeaderClassName
{
color: #9E6754;
}
.AnyTagClassName
{
color: #9E6754;
}
</style>
background-color css
<style>
a { background-color: #9E6754; }
a { background-color: rgb(158,103,84); }
div.DivClassName
{
background-color: #9E6754;
}
.BgClassName
{
background-color: #9E6754;
}
</style>
border-color css
<style>
span { border-color: #9E6754; }
span { border-color: rgb(158,103,84); }
td.TdClassName
{
border-color: #9E6754;
}
.TagClassName
{
border-color: #9E6754;
}
</style>