Shades of Copper Rust #995555
Tints of Copper Rust #995555
RGB
CMYK
RGB Variations
Color information
#995555 (or 0x995555) is known color: Copper Rust. HEX triplet: 99, 55 and 55. RGB value is (153,85,85). Sum of RGB (Red+Green+Blue) = 153+85+85=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #995555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995555 is #66AAAA. Grayscale: #696969. Windows color (decimal): -6728363 or 5592473. OLE color: 5592473.
HSL color Cylindrical-coordinate representation of color #995555: hue angle of 0º 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 #995555 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 85 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.4 |
| HSL | 0º | 0.29% | 0.47% | - |
| HSV(B) | 0º | 0.44% | 0.6% | - |
| XYZ | 18.03 | 13.93 | 10.33 | - |
| YUV | 105.33 | 116.53 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 85 | 0 | 0.44 | 0.44 | 0.4 | 0 | 0.29 | 0.47 |
| Hex | 99 | 55 | 55 | 0 | 2C | 2C | 28 | 0 | 1D | 2F |
| Octal | 231 | 125 | 125 | 0 | 54 | 54 | 50 | 0 | 35 | 57 |
| Binary | 10011001 | 1010101 | 1010101 | 0 | 101100 | 101100 | 101000 | 0 | 11101 | 101111 |
Color Harmonies of #995555
Complementary color
Monochromatic Colors of #995555
Black with #995555
Text Example
Text Example
White with #995555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995555; }
p { color: rgb(153,85,85); }
H1.HeaderClassName
{
color: #995555;
}
.AnyTagClassName
{
color: #995555;
}
</style>
background-color css
<style>
a { background-color: #995555; }
a { background-color: rgb(153,85,85); }
div.DivClassName
{
background-color: #995555;
}
.BgClassName
{
background-color: #995555;
}
</style>
border-color css
<style>
span { border-color: #995555; }
span { border-color: rgb(153,85,85); }
td.TdClassName
{
border-color: #995555;
}
.TagClassName
{
border-color: #995555;
}
</style>