Shades of Au Chico #9B6354
Tints of Au Chico #9B6354
RGB
CMYK
RGB Variations
Color information
#9B6354 (or 0x9B6354) is known color: Au Chico. HEX triplet: 9B, 63 and 54. RGB value is (155,99,84). Sum of RGB (Red+Green+Blue) = 155+99+84=338 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.86% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6354 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6354 is #649CAB. Grayscale: #727272. Windows color (decimal): -6593708 or 5530523. OLE color: 5530523.
HSL color Cylindrical-coordinate representation of color #9B6354: hue angle of 12.68º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B6354 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 84 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.39 |
| HSL | 12.68º | 0.3% | 0.47% | - |
| HSV(B) | 12.68º | 0.46% | 0.61% | - |
| XYZ | 19.58 | 16.53 | 10.55 | - |
| YUV | 114.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 84 | 0 | 0.36 | 0.46 | 0.39 | 12.68 | 0.3 | 0.47 |
| Hex | 9B | 63 | 54 | 0 | 24 | 2E | 27 | D | 1E | 2F |
| Octal | 233 | 143 | 124 | 0 | 44 | 56 | 47 | 15 | 36 | 57 |
| Binary | 10011011 | 1100011 | 1010100 | 0 | 100100 | 101110 | 100111 | 1101 | 11110 | 101111 |
Color Harmonies of #9B6354
Complementary color
Monochromatic Colors of #9B6354
Black with #9B6354
Text Example
Text Example
White with #9B6354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6354; }
p { color: rgb(155,99,84); }
H1.HeaderClassName
{
color: #9B6354;
}
.AnyTagClassName
{
color: #9B6354;
}
</style>
background-color css
<style>
a { background-color: #9B6354; }
a { background-color: rgb(155,99,84); }
div.DivClassName
{
background-color: #9B6354;
}
.BgClassName
{
background-color: #9B6354;
}
</style>
border-color css
<style>
span { border-color: #9B6354; }
span { border-color: rgb(155,99,84); }
td.TdClassName
{
border-color: #9B6354;
}
.TagClassName
{
border-color: #9B6354;
}
</style>