Shades of Au Chico #9B6B5D
Tints of Au Chico #9B6B5D
RGB
CMYK
RGB Variations
Color information
#9B6B5D (or 0x9B6B5D) is known color: Au Chico. HEX triplet: 9B, 6B and 5D. RGB value is (155,107,93). Sum of RGB (Red+Green+Blue) = 155+107+93=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6B5D is #6494A2. Grayscale: #777777. Windows color (decimal): -6591651 or 6122395. OLE color: 6122395.
HSL color Cylindrical-coordinate representation of color #9B6B5D: hue angle of 13.55º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B6B5D is Cyan = 0, Magento = 0.31, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 107 | 93 | - |
| CMYK | 0 | 0.31 | 0.4 | 0.39 |
| HSL | 13.55º | 0.25% | 0.49% | - |
| HSV(B) | 13.55º | 0.4% | 0.61% | - |
| XYZ | 20.75 | 18.27 | 12.79 | - |
| YUV | 119.76 | 112.9 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 107 | 93 | 0 | 0.31 | 0.4 | 0.39 | 13.55 | 0.25 | 0.49 |
| Hex | 9B | 6B | 5D | 0 | 1F | 28 | 27 | E | 19 | 31 |
| Octal | 233 | 153 | 135 | 0 | 37 | 50 | 47 | 16 | 31 | 61 |
| Binary | 10011011 | 1101011 | 1011101 | 0 | 11111 | 101000 | 100111 | 1110 | 11001 | 110001 |
Color Harmonies of #9B6B5D
Complementary color
Monochromatic Colors of #9B6B5D
Black with #9B6B5D
Text Example
Text Example
White with #9B6B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6B5D; }
p { color: rgb(155,107,93); }
H1.HeaderClassName
{
color: #9B6B5D;
}
.AnyTagClassName
{
color: #9B6B5D;
}
</style>
background-color css
<style>
a { background-color: #9B6B5D; }
a { background-color: rgb(155,107,93); }
div.DivClassName
{
background-color: #9B6B5D;
}
.BgClassName
{
background-color: #9B6B5D;
}
</style>
border-color css
<style>
span { border-color: #9B6B5D; }
span { border-color: rgb(155,107,93); }
td.TdClassName
{
border-color: #9B6B5D;
}
.TagClassName
{
border-color: #9B6B5D;
}
</style>