Shades of Au Chico #9B6356
Tints of Au Chico #9B6356
RGB
CMYK
RGB Variations
Color information
#9B6356 (or 0x9B6356) is known color: Au Chico. HEX triplet: 9B, 63 and 56. RGB value is (155,99,86). Sum of RGB (Red+Green+Blue) = 155+99+86=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6356 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6356 is #649CA9. Grayscale: #727272. Windows color (decimal): -6593706 or 5661595. OLE color: 5661595.
HSL color Cylindrical-coordinate representation of color #9B6356: hue angle of 11.3º 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 #9B6356 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 86 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.39 |
| HSL | 11.3º | 0.29% | 0.47% | - |
| HSV(B) | 11.3º | 0.45% | 0.61% | - |
| XYZ | 19.66 | 16.56 | 10.97 | - |
| YUV | 114.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 86 | 0 | 0.36 | 0.45 | 0.39 | 11.3 | 0.29 | 0.47 |
| Hex | 9B | 63 | 56 | 0 | 24 | 2D | 27 | B | 1D | 2F |
| Octal | 233 | 143 | 126 | 0 | 44 | 55 | 47 | 13 | 35 | 57 |
| Binary | 10011011 | 1100011 | 1010110 | 0 | 100100 | 101101 | 100111 | 1011 | 11101 | 101111 |
Color Harmonies of #9B6356
Complementary color
Monochromatic Colors of #9B6356
Black with #9B6356
Text Example
Text Example
White with #9B6356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6356; }
p { color: rgb(155,99,86); }
H1.HeaderClassName
{
color: #9B6356;
}
.AnyTagClassName
{
color: #9B6356;
}
</style>
background-color css
<style>
a { background-color: #9B6356; }
a { background-color: rgb(155,99,86); }
div.DivClassName
{
background-color: #9B6356;
}
.BgClassName
{
background-color: #9B6356;
}
</style>
border-color css
<style>
span { border-color: #9B6356; }
span { border-color: rgb(155,99,86); }
td.TdClassName
{
border-color: #9B6356;
}
.TagClassName
{
border-color: #9B6356;
}
</style>