Shades of Au Chico #996A5B
Tints of Au Chico #996A5B
RGB
CMYK
RGB Variations
Color information
#996A5B (or 0x996A5B) is known color: Au Chico. HEX triplet: 99, 6A and 5B. RGB value is (153,106,91). Sum of RGB (Red+Green+Blue) = 153+106+91=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #996A5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A5B is #6695A4. Grayscale: #767676. Windows color (decimal): -6722981 or 5991065. OLE color: 5991065.
HSL color Cylindrical-coordinate representation of color #996A5B: hue angle of 14.52º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #996A5B is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 106 | 91 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.4 |
| HSL | 14.52º | 0.25% | 0.48% | - |
| HSV(B) | 14.52º | 0.41% | 0.6% | - |
| XYZ | 20.18 | 17.84 | 12.28 | - |
| YUV | 118.34 | 112.57 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 106 | 91 | 0 | 0.31 | 0.41 | 0.4 | 14.52 | 0.25 | 0.48 |
| Hex | 99 | 6A | 5B | 0 | 1F | 29 | 28 | F | 19 | 30 |
| Octal | 231 | 152 | 133 | 0 | 37 | 51 | 50 | 17 | 31 | 60 |
| Binary | 10011001 | 1101010 | 1011011 | 0 | 11111 | 101001 | 101000 | 1111 | 11001 | 110000 |
Color Harmonies of #996A5B
Complementary color
Monochromatic Colors of #996A5B
Black with #996A5B
Text Example
Text Example
White with #996A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996A5B; }
p { color: rgb(153,106,91); }
H1.HeaderClassName
{
color: #996A5B;
}
.AnyTagClassName
{
color: #996A5B;
}
</style>
background-color css
<style>
a { background-color: #996A5B; }
a { background-color: rgb(153,106,91); }
div.DivClassName
{
background-color: #996A5B;
}
.BgClassName
{
background-color: #996A5B;
}
</style>
border-color css
<style>
span { border-color: #996A5B; }
span { border-color: rgb(153,106,91); }
td.TdClassName
{
border-color: #996A5B;
}
.TagClassName
{
border-color: #996A5B;
}
</style>