Shades of Au Chico #9C6B5C
Tints of Au Chico #9C6B5C
RGB
CMYK
RGB Variations
Color information
#9C6B5C (or 0x9C6B5C) is known color: Au Chico. HEX triplet: 9C, 6B and 5C. RGB value is (156,107,92). Sum of RGB (Red+Green+Blue) = 156+107+92=355 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.94% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6B5C is #6394A3. Grayscale: #787878. Windows color (decimal): -6526116 or 6056860. OLE color: 6056860.
HSL color Cylindrical-coordinate representation of color #9C6B5C: hue angle of 14.06º 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 #9C6B5C is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 107 | 92 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.39 |
| HSL | 14.06º | 0.26% | 0.49% | - |
| HSV(B) | 14.06º | 0.41% | 0.61% | - |
| XYZ | 20.9 | 18.36 | 12.57 | - |
| YUV | 119.94 | 112.23 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 92 | 0 | 0.31 | 0.41 | 0.39 | 14.06 | 0.26 | 0.49 |
| Hex | 9C | 6B | 5C | 0 | 1F | 29 | 27 | E | 1A | 31 |
| Octal | 234 | 153 | 134 | 0 | 37 | 51 | 47 | 16 | 32 | 61 |
| Binary | 10011100 | 1101011 | 1011100 | 0 | 11111 | 101001 | 100111 | 1110 | 11010 | 110001 |
Color Harmonies of #9C6B5C
Complementary color
Monochromatic Colors of #9C6B5C
Black with #9C6B5C
Text Example
Text Example
White with #9C6B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6B5C; }
p { color: rgb(156,107,92); }
H1.HeaderClassName
{
color: #9C6B5C;
}
.AnyTagClassName
{
color: #9C6B5C;
}
</style>
background-color css
<style>
a { background-color: #9C6B5C; }
a { background-color: rgb(156,107,92); }
div.DivClassName
{
background-color: #9C6B5C;
}
.BgClassName
{
background-color: #9C6B5C;
}
</style>
border-color css
<style>
span { border-color: #9C6B5C; }
span { border-color: rgb(156,107,92); }
td.TdClassName
{
border-color: #9C6B5C;
}
.TagClassName
{
border-color: #9C6B5C;
}
</style>