Shades of Au Chico #996455
Tints of Au Chico #996455
RGB
CMYK
RGB Variations
Color information
#996455 (or 0x996455) is known color: Au Chico. HEX triplet: 99, 64 and 55. RGB value is (153,100,85). Sum of RGB (Red+Green+Blue) = 153+100+85=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #996455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996455 is #669BAA. Grayscale: #727272. Windows color (decimal): -6724523 or 5596313. OLE color: 5596313.
HSL color Cylindrical-coordinate representation of color #996455: hue angle of 13.24º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #996455 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 85 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.4 |
| HSL | 13.24º | 0.29% | 0.47% | - |
| HSV(B) | 13.24º | 0.44% | 0.6% | - |
| XYZ | 19.33 | 16.54 | 10.77 | - |
| YUV | 114.14 | 111.56 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 85 | 0 | 0.35 | 0.44 | 0.4 | 13.24 | 0.29 | 0.47 |
| Hex | 99 | 64 | 55 | 0 | 23 | 2C | 28 | D | 1D | 2F |
| Octal | 231 | 144 | 125 | 0 | 43 | 54 | 50 | 15 | 35 | 57 |
| Binary | 10011001 | 1100100 | 1010101 | 0 | 100011 | 101100 | 101000 | 1101 | 11101 | 101111 |
Color Harmonies of #996455
Complementary color
Monochromatic Colors of #996455
Black with #996455
Text Example
Text Example
White with #996455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996455; }
p { color: rgb(153,100,85); }
H1.HeaderClassName
{
color: #996455;
}
.AnyTagClassName
{
color: #996455;
}
</style>
background-color css
<style>
a { background-color: #996455; }
a { background-color: rgb(153,100,85); }
div.DivClassName
{
background-color: #996455;
}
.BgClassName
{
background-color: #996455;
}
</style>
border-color css
<style>
span { border-color: #996455; }
span { border-color: rgb(153,100,85); }
td.TdClassName
{
border-color: #996455;
}
.TagClassName
{
border-color: #996455;
}
</style>