Shades of Au Chico #9B685B
Tints of Au Chico #9B685B
RGB
CMYK
RGB Variations
Color information
#9B685B (or 0x9B685B) is known color: Au Chico. HEX triplet: 9B, 68 and 5B. RGB value is (155,104,91). Sum of RGB (Red+Green+Blue) = 155+104+91=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B685B is #6497A4. Grayscale: #757575. Windows color (decimal): -6592421 or 5990555. OLE color: 5990555.
HSL color Cylindrical-coordinate representation of color #9B685B: hue angle of 12.19º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B685B is Cyan = 0, Magento = 0.33, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 91 | - |
| CMYK | 0 | 0.33 | 0.41 | 0.39 |
| HSL | 12.19º | 0.26% | 0.48% | - |
| HSV(B) | 12.19º | 0.41% | 0.61% | - |
| XYZ | 20.36 | 17.62 | 12.23 | - |
| YUV | 117.77 | 112.9 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 91 | 0 | 0.33 | 0.41 | 0.39 | 12.19 | 0.26 | 0.48 |
| Hex | 9B | 68 | 5B | 0 | 21 | 29 | 27 | C | 1A | 30 |
| Octal | 233 | 150 | 133 | 0 | 41 | 51 | 47 | 14 | 32 | 60 |
| Binary | 10011011 | 1101000 | 1011011 | 0 | 100001 | 101001 | 100111 | 1100 | 11010 | 110000 |
Color Harmonies of #9B685B
Complementary color
Monochromatic Colors of #9B685B
Black with #9B685B
Text Example
Text Example
White with #9B685B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B685B; }
p { color: rgb(155,104,91); }
H1.HeaderClassName
{
color: #9B685B;
}
.AnyTagClassName
{
color: #9B685B;
}
</style>
background-color css
<style>
a { background-color: #9B685B; }
a { background-color: rgb(155,104,91); }
div.DivClassName
{
background-color: #9B685B;
}
.BgClassName
{
background-color: #9B685B;
}
</style>
border-color css
<style>
span { border-color: #9B685B; }
span { border-color: rgb(155,104,91); }
td.TdClassName
{
border-color: #9B685B;
}
.TagClassName
{
border-color: #9B685B;
}
</style>