Shades of Au Chico #9C665C
Tints of Au Chico #9C665C
RGB
CMYK
RGB Variations
Color information
#9C665C (or 0x9C665C) is known color: Au Chico. HEX triplet: 9C, 66 and 5C. RGB value is (156,102,92). Sum of RGB (Red+Green+Blue) = 156+102+92=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C665C is #6399A3. Grayscale: #757575. Windows color (decimal): -6527396 or 6055580. OLE color: 6055580.
HSL color Cylindrical-coordinate representation of color #9C665C: hue angle of 9.38º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C665C is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 92 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.39 |
| HSL | 9.38º | 0.26% | 0.49% | - |
| HSV(B) | 9.38º | 0.41% | 0.61% | - |
| XYZ | 20.39 | 17.34 | 12.4 | - |
| YUV | 117.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 92 | 0 | 0.35 | 0.41 | 0.39 | 9.38 | 0.26 | 0.49 |
| Hex | 9C | 66 | 5C | 0 | 23 | 29 | 27 | 9 | 1A | 31 |
| Octal | 234 | 146 | 134 | 0 | 43 | 51 | 47 | 11 | 32 | 61 |
| Binary | 10011100 | 1100110 | 1011100 | 0 | 100011 | 101001 | 100111 | 1001 | 11010 | 110001 |
Color Harmonies of #9C665C
Complementary color
Monochromatic Colors of #9C665C
Black with #9C665C
Text Example
Text Example
White with #9C665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C665C; }
p { color: rgb(156,102,92); }
H1.HeaderClassName
{
color: #9C665C;
}
.AnyTagClassName
{
color: #9C665C;
}
</style>
background-color css
<style>
a { background-color: #9C665C; }
a { background-color: rgb(156,102,92); }
div.DivClassName
{
background-color: #9C665C;
}
.BgClassName
{
background-color: #9C665C;
}
</style>
border-color css
<style>
span { border-color: #9C665C; }
span { border-color: rgb(156,102,92); }
td.TdClassName
{
border-color: #9C665C;
}
.TagClassName
{
border-color: #9C665C;
}
</style>