Shades of Au Chico #9B6958
Tints of Au Chico #9B6958
RGB
CMYK
RGB Variations
Color information
#9B6958 (or 0x9B6958) is known color: Au Chico. HEX triplet: 9B, 69 and 58. RGB value is (155,105,88). Sum of RGB (Red+Green+Blue) = 155+105+88=348 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.54% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6958 is #6496A7. Grayscale: #767676. Windows color (decimal): -6592168 or 5794203. OLE color: 5794203.
HSL color Cylindrical-coordinate representation of color #9B6958: hue angle of 15.22º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B6958 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 105 | 88 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.39 |
| HSL | 15.22º | 0.28% | 0.48% | - |
| HSV(B) | 15.22º | 0.43% | 0.61% | - |
| XYZ | 20.33 | 17.78 | 11.59 | - |
| YUV | 118.01 | 111.07 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 88 | 0 | 0.32 | 0.43 | 0.39 | 15.22 | 0.28 | 0.48 |
| Hex | 9B | 69 | 58 | 0 | 20 | 2B | 27 | F | 1C | 30 |
| Octal | 233 | 151 | 130 | 0 | 40 | 53 | 47 | 17 | 34 | 60 |
| Binary | 10011011 | 1101001 | 1011000 | 0 | 100000 | 101011 | 100111 | 1111 | 11100 | 110000 |
Color Harmonies of #9B6958
Complementary color
Monochromatic Colors of #9B6958
Black with #9B6958
Text Example
Text Example
White with #9B6958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6958; }
p { color: rgb(155,105,88); }
H1.HeaderClassName
{
color: #9B6958;
}
.AnyTagClassName
{
color: #9B6958;
}
</style>
background-color css
<style>
a { background-color: #9B6958; }
a { background-color: rgb(155,105,88); }
div.DivClassName
{
background-color: #9B6958;
}
.BgClassName
{
background-color: #9B6958;
}
</style>
border-color css
<style>
span { border-color: #9B6958; }
span { border-color: rgb(155,105,88); }
td.TdClassName
{
border-color: #9B6958;
}
.TagClassName
{
border-color: #9B6958;
}
</style>