Shades of Copper Rust #995955
Tints of Copper Rust #995955
RGB
CMYK
RGB Variations
Color information
#995955 (or 0x995955) is known color: Copper Rust. HEX triplet: 99, 59 and 55. RGB value is (153,89,85). Sum of RGB (Red+Green+Blue) = 153+89+85=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #995955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995955 is #66A6AA. Grayscale: #6B6B6B. Windows color (decimal): -6727339 or 5593497. OLE color: 5593497.
HSL color Cylindrical-coordinate representation of color #995955: hue angle of 3.53º 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 #995955 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 89 | 85 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.4 |
| HSL | 3.53º | 0.29% | 0.47% | - |
| HSV(B) | 3.53º | 0.44% | 0.6% | - |
| XYZ | 18.35 | 14.57 | 10.44 | - |
| YUV | 107.68 | 115.2 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 85 | 0 | 0.42 | 0.44 | 0.4 | 3.53 | 0.29 | 0.47 |
| Hex | 99 | 59 | 55 | 0 | 2A | 2C | 28 | 4 | 1D | 2F |
| Octal | 231 | 131 | 125 | 0 | 52 | 54 | 50 | 4 | 35 | 57 |
| Binary | 10011001 | 1011001 | 1010101 | 0 | 101010 | 101100 | 101000 | 100 | 11101 | 101111 |
Color Harmonies of #995955
Complementary color
Monochromatic Colors of #995955
Black with #995955
Text Example
Text Example
White with #995955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995955; }
p { color: rgb(153,89,85); }
H1.HeaderClassName
{
color: #995955;
}
.AnyTagClassName
{
color: #995955;
}
</style>
background-color css
<style>
a { background-color: #995955; }
a { background-color: rgb(153,89,85); }
div.DivClassName
{
background-color: #995955;
}
.BgClassName
{
background-color: #995955;
}
</style>
border-color css
<style>
span { border-color: #995955; }
span { border-color: rgb(153,89,85); }
td.TdClassName
{
border-color: #995955;
}
.TagClassName
{
border-color: #995955;
}
</style>