Shades of Au Chico #995D54
Tints of Au Chico #995D54
RGB
CMYK
RGB Variations
Color information
#995D54 (or 0x995D54) is known color: Au Chico. HEX triplet: 99, 5D and 54. RGB value is (153,93,84). Sum of RGB (Red+Green+Blue) = 153+93+84=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 84 (33.20% from 255 or 25.45% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #995D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995D54 is #66A2AB. Grayscale: #6E6E6E. Windows color (decimal): -6726316 or 5528985. OLE color: 5528985.
HSL color Cylindrical-coordinate representation of color #995D54: hue angle of 7.83º 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 #995D54 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 84 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.4 |
| HSL | 7.83º | 0.29% | 0.46% | - |
| HSV(B) | 7.83º | 0.45% | 0.6% | - |
| XYZ | 18.65 | 15.24 | 10.35 | - |
| YUV | 109.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 84 | 0 | 0.39 | 0.45 | 0.4 | 7.83 | 0.29 | 0.46 |
| Hex | 99 | 5D | 54 | 0 | 27 | 2D | 28 | 8 | 1D | 2E |
| Octal | 231 | 135 | 124 | 0 | 47 | 55 | 50 | 10 | 35 | 56 |
| Binary | 10011001 | 1011101 | 1010100 | 0 | 100111 | 101101 | 101000 | 1000 | 11101 | 101110 |
Color Harmonies of #995D54
Complementary color
Monochromatic Colors of #995D54
Black with #995D54
Text Example
Text Example
White with #995D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D54; }
p { color: rgb(153,93,84); }
H1.HeaderClassName
{
color: #995D54;
}
.AnyTagClassName
{
color: #995D54;
}
</style>
background-color css
<style>
a { background-color: #995D54; }
a { background-color: rgb(153,93,84); }
div.DivClassName
{
background-color: #995D54;
}
.BgClassName
{
background-color: #995D54;
}
</style>
border-color css
<style>
span { border-color: #995D54; }
span { border-color: rgb(153,93,84); }
td.TdClassName
{
border-color: #995D54;
}
.TagClassName
{
border-color: #995D54;
}
</style>