Shades of Au Chico #9B6553
Tints of Au Chico #9B6553
RGB
CMYK
RGB Variations
Color information
#9B6553 (or 0x9B6553) is known color: Au Chico. HEX triplet: 9B, 65 and 53. RGB value is (155,101,83). Sum of RGB (Red+Green+Blue) = 155+101+83=339 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.72% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6553 is #649AAC. Grayscale: #737373. Windows color (decimal): -6593197 or 5465499. OLE color: 5465499.
HSL color Cylindrical-coordinate representation of color #9B6553: hue angle of 15º 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 #9B6553 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 83 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.39 |
| HSL | 15º | 0.3% | 0.47% | - |
| HSV(B) | 15º | 0.46% | 0.61% | - |
| XYZ | 19.73 | 16.9 | 10.41 | - |
| YUV | 115.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 83 | 0 | 0.35 | 0.46 | 0.39 | 15 | 0.3 | 0.47 |
| Hex | 9B | 65 | 53 | 0 | 23 | 2E | 27 | F | 1E | 2F |
| Octal | 233 | 145 | 123 | 0 | 43 | 56 | 47 | 17 | 36 | 57 |
| Binary | 10011011 | 1100101 | 1010011 | 0 | 100011 | 101110 | 100111 | 1111 | 11110 | 101111 |
Color Harmonies of #9B6553
Complementary color
Monochromatic Colors of #9B6553
Black with #9B6553
Text Example
Text Example
White with #9B6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6553; }
p { color: rgb(155,101,83); }
H1.HeaderClassName
{
color: #9B6553;
}
.AnyTagClassName
{
color: #9B6553;
}
</style>
background-color css
<style>
a { background-color: #9B6553; }
a { background-color: rgb(155,101,83); }
div.DivClassName
{
background-color: #9B6553;
}
.BgClassName
{
background-color: #9B6553;
}
</style>
border-color css
<style>
span { border-color: #9B6553; }
span { border-color: rgb(155,101,83); }
td.TdClassName
{
border-color: #9B6553;
}
.TagClassName
{
border-color: #9B6553;
}
</style>