Shades of Au Chico #996B59
Tints of Au Chico #996B59
RGB
CMYK
RGB Variations
Color information
#996B59 (or 0x996B59) is known color: Au Chico. HEX triplet: 99, 6B and 59. RGB value is (153,107,89). Sum of RGB (Red+Green+Blue) = 153+107+89=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 107 (42.19% from 255 or 30.66% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #996B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B59 is #6694A6. Grayscale: #767676. Windows color (decimal): -6722727 or 5860249. OLE color: 5860249.
HSL color Cylindrical-coordinate representation of color #996B59: hue angle of 16.88º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #996B59 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 89 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.4 |
| HSL | 16.88º | 0.26% | 0.47% | - |
| HSV(B) | 16.88º | 0.42% | 0.6% | - |
| XYZ | 20.2 | 18.01 | 11.86 | - |
| YUV | 118.7 | 111.24 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 89 | 0 | 0.30 | 0.42 | 0.4 | 16.88 | 0.26 | 0.47 |
| Hex | 99 | 6B | 59 | 0 | 1E | 2A | 28 | 11 | 1A | 2F |
| Octal | 231 | 153 | 131 | 0 | 36 | 52 | 50 | 21 | 32 | 57 |
| Binary | 10011001 | 1101011 | 1011001 | 0 | 11110 | 101010 | 101000 | 10001 | 11010 | 101111 |
Color Harmonies of #996B59
Complementary color
Monochromatic Colors of #996B59
Black with #996B59
Text Example
Text Example
White with #996B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B59; }
p { color: rgb(153,107,89); }
H1.HeaderClassName
{
color: #996B59;
}
.AnyTagClassName
{
color: #996B59;
}
</style>
background-color css
<style>
a { background-color: #996B59; }
a { background-color: rgb(153,107,89); }
div.DivClassName
{
background-color: #996B59;
}
.BgClassName
{
background-color: #996B59;
}
</style>
border-color css
<style>
span { border-color: #996B59; }
span { border-color: rgb(153,107,89); }
td.TdClassName
{
border-color: #996B59;
}
.TagClassName
{
border-color: #996B59;
}
</style>