Shades of Au Chico #9D695D
Tints of Au Chico #9D695D
RGB
CMYK
RGB Variations
Color information
#9D695D (or 0x9D695D) is known color: Au Chico. HEX triplet: 9D, 69 and 5D. RGB value is (157,105,93). Sum of RGB (Red+Green+Blue) = 157+105+93=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D695D is #6296A2. Grayscale: #777777. Windows color (decimal): -6461091 or 6121885. OLE color: 6121885.
HSL color Cylindrical-coordinate representation of color #9D695D: hue angle of 11.25º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D695D is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 105 | 93 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.38 |
| HSL | 11.25º | 0.26% | 0.49% | - |
| HSV(B) | 11.25º | 0.41% | 0.62% | - |
| XYZ | 20.93 | 18.06 | 12.74 | - |
| YUV | 119.18 | 113.23 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 105 | 93 | 0 | 0.33 | 0.41 | 0.38 | 11.25 | 0.26 | 0.49 |
| Hex | 9D | 69 | 5D | 0 | 21 | 29 | 26 | B | 1A | 31 |
| Octal | 235 | 151 | 135 | 0 | 41 | 51 | 46 | 13 | 32 | 61 |
| Binary | 10011101 | 1101001 | 1011101 | 0 | 100001 | 101001 | 100110 | 1011 | 11010 | 110001 |
Color Harmonies of #9D695D
Complementary color
Monochromatic Colors of #9D695D
Black with #9D695D
Text Example
Text Example
White with #9D695D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D695D; }
p { color: rgb(157,105,93); }
H1.HeaderClassName
{
color: #9D695D;
}
.AnyTagClassName
{
color: #9D695D;
}
</style>
background-color css
<style>
a { background-color: #9D695D; }
a { background-color: rgb(157,105,93); }
div.DivClassName
{
background-color: #9D695D;
}
.BgClassName
{
background-color: #9D695D;
}
</style>
border-color css
<style>
span { border-color: #9D695D; }
span { border-color: rgb(157,105,93); }
td.TdClassName
{
border-color: #9D695D;
}
.TagClassName
{
border-color: #9D695D;
}
</style>