Shades of Au Chico #996054
Tints of Au Chico #996054
RGB
CMYK
RGB Variations
Color information
#996054 (or 0x996054) is known color: Au Chico. HEX triplet: 99, 60 and 54. RGB value is (153,96,84). Sum of RGB (Red+Green+Blue) = 153+96+84=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #996054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996054 is #669FAB. Grayscale: #6F6F6F. Windows color (decimal): -6725548 or 5529753. OLE color: 5529753.
HSL color Cylindrical-coordinate representation of color #996054: hue angle of 10.43º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #996054 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 84 | - |
| CMYK | 0 | 0.37 | 0.45 | 0.4 |
| HSL | 10.43º | 0.29% | 0.46% | - |
| HSV(B) | 10.43º | 0.45% | 0.6% | - |
| XYZ | 18.92 | 15.78 | 10.44 | - |
| YUV | 111.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 84 | 0 | 0.37 | 0.45 | 0.4 | 10.43 | 0.29 | 0.46 |
| Hex | 99 | 60 | 54 | 0 | 25 | 2D | 28 | A | 1D | 2E |
| Octal | 231 | 140 | 124 | 0 | 45 | 55 | 50 | 12 | 35 | 56 |
| Binary | 10011001 | 1100000 | 1010100 | 0 | 100101 | 101101 | 101000 | 1010 | 11101 | 101110 |
Color Harmonies of #996054
Complementary color
Monochromatic Colors of #996054
Black with #996054
Text Example
Text Example
White with #996054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996054; }
p { color: rgb(153,96,84); }
H1.HeaderClassName
{
color: #996054;
}
.AnyTagClassName
{
color: #996054;
}
</style>
background-color css
<style>
a { background-color: #996054; }
a { background-color: rgb(153,96,84); }
div.DivClassName
{
background-color: #996054;
}
.BgClassName
{
background-color: #996054;
}
</style>
border-color css
<style>
span { border-color: #996054; }
span { border-color: rgb(153,96,84); }
td.TdClassName
{
border-color: #996054;
}
.TagClassName
{
border-color: #996054;
}
</style>