Shades of Au Chico #9C675C
Tints of Au Chico #9C675C
RGB
CMYK
RGB Variations
Color information
#9C675C (or 0x9C675C) is known color: Au Chico. HEX triplet: 9C, 67 and 5C. RGB value is (156,103,92). Sum of RGB (Red+Green+Blue) = 156+103+92=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C675C is #6398A3. Grayscale: #757575. Windows color (decimal): -6527140 or 6055836. OLE color: 6055836.
HSL color Cylindrical-coordinate representation of color #9C675C: hue angle of 10.31º 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 #9C675C is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 92 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.39 |
| HSL | 10.31º | 0.26% | 0.49% | - |
| HSV(B) | 10.31º | 0.41% | 0.61% | - |
| XYZ | 20.49 | 17.54 | 12.43 | - |
| YUV | 117.59 | 113.56 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 92 | 0 | 0.34 | 0.41 | 0.39 | 10.31 | 0.26 | 0.49 |
| Hex | 9C | 67 | 5C | 0 | 22 | 29 | 27 | A | 1A | 31 |
| Octal | 234 | 147 | 134 | 0 | 42 | 51 | 47 | 12 | 32 | 61 |
| Binary | 10011100 | 1100111 | 1011100 | 0 | 100010 | 101001 | 100111 | 1010 | 11010 | 110001 |
Color Harmonies of #9C675C
Complementary color
Monochromatic Colors of #9C675C
Black with #9C675C
Text Example
Text Example
White with #9C675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C675C; }
p { color: rgb(156,103,92); }
H1.HeaderClassName
{
color: #9C675C;
}
.AnyTagClassName
{
color: #9C675C;
}
</style>
background-color css
<style>
a { background-color: #9C675C; }
a { background-color: rgb(156,103,92); }
div.DivClassName
{
background-color: #9C675C;
}
.BgClassName
{
background-color: #9C675C;
}
</style>
border-color css
<style>
span { border-color: #9C675C; }
span { border-color: rgb(156,103,92); }
td.TdClassName
{
border-color: #9C675C;
}
.TagClassName
{
border-color: #9C675C;
}
</style>