Shades of Au Chico #9B5E55
Tints of Au Chico #9B5E55
RGB
CMYK
RGB Variations
Color information
#9B5E55 (or 0x9B5E55) is known color: Au Chico. HEX triplet: 9B, 5E and 55. RGB value is (155,94,85). Sum of RGB (Red+Green+Blue) = 155+94+85=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5E55 is #64A1AA. Grayscale: #6F6F6F. Windows color (decimal): -6594987 or 5594779. OLE color: 5594779.
HSL color Cylindrical-coordinate representation of color #9B5E55: hue angle of 7.71º 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 #9B5E55 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 94 | 85 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.39 |
| HSL | 7.71º | 0.29% | 0.47% | - |
| HSV(B) | 7.71º | 0.45% | 0.61% | - |
| XYZ | 19.16 | 15.63 | 10.6 | - |
| YUV | 111.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 85 | 0 | 0.39 | 0.45 | 0.39 | 7.71 | 0.29 | 0.47 |
| Hex | 9B | 5E | 55 | 0 | 27 | 2D | 27 | 8 | 1D | 2F |
| Octal | 233 | 136 | 125 | 0 | 47 | 55 | 47 | 10 | 35 | 57 |
| Binary | 10011011 | 1011110 | 1010101 | 0 | 100111 | 101101 | 100111 | 1000 | 11101 | 101111 |
Color Harmonies of #9B5E55
Complementary color
Monochromatic Colors of #9B5E55
Black with #9B5E55
Text Example
Text Example
White with #9B5E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E55; }
p { color: rgb(155,94,85); }
H1.HeaderClassName
{
color: #9B5E55;
}
.AnyTagClassName
{
color: #9B5E55;
}
</style>
background-color css
<style>
a { background-color: #9B5E55; }
a { background-color: rgb(155,94,85); }
div.DivClassName
{
background-color: #9B5E55;
}
.BgClassName
{
background-color: #9B5E55;
}
</style>
border-color css
<style>
span { border-color: #9B5E55; }
span { border-color: rgb(155,94,85); }
td.TdClassName
{
border-color: #9B5E55;
}
.TagClassName
{
border-color: #9B5E55;
}
</style>