Shades of Au Chico #9E6752
Tints of Au Chico #9E6752
RGB
CMYK
RGB Variations
Color information
#9E6752 (or 0x9E6752) is known color: Au Chico. HEX triplet: 9E, 67 and 52. RGB value is (158,103,82). Sum of RGB (Red+Green+Blue) = 158+103+82=343 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.06% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6752 is #6198AD. Grayscale: #757575. Windows color (decimal): -6396078 or 5400478. OLE color: 5400478.
HSL color Cylindrical-coordinate representation of color #9E6752: hue angle of 16.58º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E6752 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 103 | 82 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.38 |
| HSL | 16.58º | 0.32% | 0.47% | - |
| HSV(B) | 16.58º | 0.48% | 0.62% | - |
| XYZ | 20.47 | 17.58 | 10.3 | - |
| YUV | 117.05 | 108.22 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 103 | 82 | 0 | 0.35 | 0.48 | 0.38 | 16.58 | 0.32 | 0.47 |
| Hex | 9E | 67 | 52 | 0 | 23 | 30 | 26 | 11 | 20 | 2F |
| Octal | 236 | 147 | 122 | 0 | 43 | 60 | 46 | 21 | 40 | 57 |
| Binary | 10011110 | 1100111 | 1010010 | 0 | 100011 | 110000 | 100110 | 10001 | 100000 | 101111 |
Color Harmonies of #9E6752
Complementary color
Monochromatic Colors of #9E6752
Black with #9E6752
Text Example
Text Example
White with #9E6752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6752; }
p { color: rgb(158,103,82); }
H1.HeaderClassName
{
color: #9E6752;
}
.AnyTagClassName
{
color: #9E6752;
}
</style>
background-color css
<style>
a { background-color: #9E6752; }
a { background-color: rgb(158,103,82); }
div.DivClassName
{
background-color: #9E6752;
}
.BgClassName
{
background-color: #9E6752;
}
</style>
border-color css
<style>
span { border-color: #9E6752; }
span { border-color: rgb(158,103,82); }
td.TdClassName
{
border-color: #9E6752;
}
.TagClassName
{
border-color: #9E6752;
}
</style>