Shades of Au Chico #9D675D
Tints of Au Chico #9D675D
RGB
CMYK
RGB Variations
Color information
#9D675D (or 0x9D675D) is known color: Au Chico. HEX triplet: 9D, 67 and 5D. RGB value is (157,103,93). Sum of RGB (Red+Green+Blue) = 157+103+93=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D675D is #6298A2. Grayscale: #767676. Windows color (decimal): -6461603 or 6121373. OLE color: 6121373.
HSL color Cylindrical-coordinate representation of color #9D675D: hue angle of 9.38º 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 #9D675D is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 103 | 93 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.38 |
| HSL | 9.38º | 0.26% | 0.49% | - |
| HSV(B) | 9.38º | 0.41% | 0.62% | - |
| XYZ | 20.73 | 17.66 | 12.67 | - |
| YUV | 118.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 103 | 93 | 0 | 0.34 | 0.41 | 0.38 | 9.38 | 0.26 | 0.49 |
| Hex | 9D | 67 | 5D | 0 | 22 | 29 | 26 | 9 | 1A | 31 |
| Octal | 235 | 147 | 135 | 0 | 42 | 51 | 46 | 11 | 32 | 61 |
| Binary | 10011101 | 1100111 | 1011101 | 0 | 100010 | 101001 | 100110 | 1001 | 11010 | 110001 |
Color Harmonies of #9D675D
Complementary color
Monochromatic Colors of #9D675D
Black with #9D675D
Text Example
Text Example
White with #9D675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D675D; }
p { color: rgb(157,103,93); }
H1.HeaderClassName
{
color: #9D675D;
}
.AnyTagClassName
{
color: #9D675D;
}
</style>
background-color css
<style>
a { background-color: #9D675D; }
a { background-color: rgb(157,103,93); }
div.DivClassName
{
background-color: #9D675D;
}
.BgClassName
{
background-color: #9D675D;
}
</style>
border-color css
<style>
span { border-color: #9D675D; }
span { border-color: rgb(157,103,93); }
td.TdClassName
{
border-color: #9D675D;
}
.TagClassName
{
border-color: #9D675D;
}
</style>