Shades of Au Chico #9B695C
Tints of Au Chico #9B695C
RGB
CMYK
RGB Variations
Color information
#9B695C (or 0x9B695C) is known color: Au Chico. HEX triplet: 9B, 69 and 5C. RGB value is (155,105,92). Sum of RGB (Red+Green+Blue) = 155+105+92=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B695C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B695C is #6496A3. Grayscale: #767676. Windows color (decimal): -6592164 or 6056347. OLE color: 6056347.
HSL color Cylindrical-coordinate representation of color #9B695C: hue angle of 12.38º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B695C is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 105 | 92 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.39 |
| HSL | 12.38º | 0.26% | 0.48% | - |
| HSV(B) | 12.38º | 0.41% | 0.61% | - |
| XYZ | 20.5 | 17.84 | 12.49 | - |
| YUV | 118.47 | 113.07 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 92 | 0 | 0.32 | 0.41 | 0.39 | 12.38 | 0.26 | 0.48 |
| Hex | 9B | 69 | 5C | 0 | 20 | 29 | 27 | C | 1A | 30 |
| Octal | 233 | 151 | 134 | 0 | 40 | 51 | 47 | 14 | 32 | 60 |
| Binary | 10011011 | 1101001 | 1011100 | 0 | 100000 | 101001 | 100111 | 1100 | 11010 | 110000 |
Color Harmonies of #9B695C
Complementary color
Monochromatic Colors of #9B695C
Black with #9B695C
Text Example
Text Example
White with #9B695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B695C; }
p { color: rgb(155,105,92); }
H1.HeaderClassName
{
color: #9B695C;
}
.AnyTagClassName
{
color: #9B695C;
}
</style>
background-color css
<style>
a { background-color: #9B695C; }
a { background-color: rgb(155,105,92); }
div.DivClassName
{
background-color: #9B695C;
}
.BgClassName
{
background-color: #9B695C;
}
</style>
border-color css
<style>
span { border-color: #9B695C; }
span { border-color: rgb(155,105,92); }
td.TdClassName
{
border-color: #9B695C;
}
.TagClassName
{
border-color: #9B695C;
}
</style>