Shades of Au Chico #9B5D55
Tints of Au Chico #9B5D55
RGB
CMYK
RGB Variations
Color information
#9B5D55 (or 0x9B5D55) is known color: Au Chico. HEX triplet: 9B, 5D and 55. RGB value is (155,93,85). Sum of RGB (Red+Green+Blue) = 155+93+85=333 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.55% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 85 (33.59% from 255 or 25.53% from 333); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D55 is #64A2AA. Grayscale: #6E6E6E. Windows color (decimal): -6595243 or 5594523. OLE color: 5594523.
HSL color Cylindrical-coordinate representation of color #9B5D55: hue angle of 6.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B5D55 is Cyan = 0, Magento = 0.4, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 93 | 85 | - |
| CMYK | 0 | 0.4 | 0.45 | 0.39 |
| HSL | 6.86º | 0.29% | 0.47% | - |
| HSV(B) | 6.86º | 0.45% | 0.61% | - |
| XYZ | 19.07 | 15.45 | 10.57 | - |
| YUV | 110.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 85 | 0 | 0.4 | 0.45 | 0.39 | 6.86 | 0.29 | 0.47 |
| Hex | 9B | 5D | 55 | 0 | 28 | 2D | 27 | 7 | 1D | 2F |
| Octal | 233 | 135 | 125 | 0 | 50 | 55 | 47 | 7 | 35 | 57 |
| Binary | 10011011 | 1011101 | 1010101 | 0 | 101000 | 101101 | 100111 | 111 | 11101 | 101111 |
Color Harmonies of #9B5D55
Complementary color
Monochromatic Colors of #9B5D55
Black with #9B5D55
Text Example
Text Example
White with #9B5D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5D55; }
p { color: rgb(155,93,85); }
H1.HeaderClassName
{
color: #9B5D55;
}
.AnyTagClassName
{
color: #9B5D55;
}
</style>
background-color css
<style>
a { background-color: #9B5D55; }
a { background-color: rgb(155,93,85); }
div.DivClassName
{
background-color: #9B5D55;
}
.BgClassName
{
background-color: #9B5D55;
}
</style>
border-color css
<style>
span { border-color: #9B5D55; }
span { border-color: rgb(155,93,85); }
td.TdClassName
{
border-color: #9B5D55;
}
.TagClassName
{
border-color: #9B5D55;
}
</style>