Shades of Au Chico #9B655A
Tints of Au Chico #9B655A
RGB
CMYK
RGB Variations
Color information
#9B655A (or 0x9B655A) is known color: Au Chico. HEX triplet: 9B, 65 and 5A. RGB value is (155,101,90). Sum of RGB (Red+Green+Blue) = 155+101+90=346 (45% of max value = 765). Red value is 155 (60.94% from 255 or 44.80% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 155 - color contains mainly: red. Hex color #9B655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B655A is #649AA5. Grayscale: #737373. Windows color (decimal): -6593190 or 5924251. OLE color: 5924251.
HSL color Cylindrical-coordinate representation of color #9B655A: hue angle of 10.15º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B655A is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 90 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.39 |
| HSL | 10.15º | 0.27% | 0.48% | - |
| HSV(B) | 10.15º | 0.42% | 0.61% | - |
| XYZ | 20.02 | 17.01 | 11.9 | - |
| YUV | 115.89 | 113.39 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 90 | 0 | 0.35 | 0.42 | 0.39 | 10.15 | 0.27 | 0.48 |
| Hex | 9B | 65 | 5A | 0 | 23 | 2A | 27 | A | 1B | 30 |
| Octal | 233 | 145 | 132 | 0 | 43 | 52 | 47 | 12 | 33 | 60 |
| Binary | 10011011 | 1100101 | 1011010 | 0 | 100011 | 101010 | 100111 | 1010 | 11011 | 110000 |
Color Harmonies of #9B655A
Complementary color
Monochromatic Colors of #9B655A
Black with #9B655A
Text Example
Text Example
White with #9B655A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B655A; }
p { color: rgb(155,101,90); }
H1.HeaderClassName
{
color: #9B655A;
}
.AnyTagClassName
{
color: #9B655A;
}
</style>
background-color css
<style>
a { background-color: #9B655A; }
a { background-color: rgb(155,101,90); }
div.DivClassName
{
background-color: #9B655A;
}
.BgClassName
{
background-color: #9B655A;
}
</style>
border-color css
<style>
span { border-color: #9B655A; }
span { border-color: rgb(155,101,90); }
td.TdClassName
{
border-color: #9B655A;
}
.TagClassName
{
border-color: #9B655A;
}
</style>