Shades of Au Chico #996B5B
Tints of Au Chico #996B5B
RGB
CMYK
RGB Variations
Color information
#996B5B (or 0x996B5B) is known color: Au Chico. HEX triplet: 99, 6B and 5B. RGB value is (153,107,91). Sum of RGB (Red+Green+Blue) = 153+107+91=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #996B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B5B is #6694A4. Grayscale: #777777. Windows color (decimal): -6722725 or 5991321. OLE color: 5991321.
HSL color Cylindrical-coordinate representation of color #996B5B: hue angle of 15.48º 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 #996B5B is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 107 | 91 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.4 |
| HSL | 15.48º | 0.25% | 0.48% | - |
| HSV(B) | 15.48º | 0.41% | 0.6% | - |
| XYZ | 20.28 | 18.04 | 12.31 | - |
| YUV | 118.93 | 112.24 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 107 | 91 | 0 | 0.30 | 0.41 | 0.4 | 15.48 | 0.25 | 0.48 |
| Hex | 99 | 6B | 5B | 0 | 1E | 29 | 28 | F | 19 | 30 |
| Octal | 231 | 153 | 133 | 0 | 36 | 51 | 50 | 17 | 31 | 60 |
| Binary | 10011001 | 1101011 | 1011011 | 0 | 11110 | 101001 | 101000 | 1111 | 11001 | 110000 |
Color Harmonies of #996B5B
Complementary color
Monochromatic Colors of #996B5B
Black with #996B5B
Text Example
Text Example
White with #996B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996B5B; }
p { color: rgb(153,107,91); }
H1.HeaderClassName
{
color: #996B5B;
}
.AnyTagClassName
{
color: #996B5B;
}
</style>
background-color css
<style>
a { background-color: #996B5B; }
a { background-color: rgb(153,107,91); }
div.DivClassName
{
background-color: #996B5B;
}
.BgClassName
{
background-color: #996B5B;
}
</style>
border-color css
<style>
span { border-color: #996B5B; }
span { border-color: rgb(153,107,91); }
td.TdClassName
{
border-color: #996B5B;
}
.TagClassName
{
border-color: #996B5B;
}
</style>