Shades of Copper Rust #995950
Tints of Copper Rust #995950
RGB
CMYK
RGB Variations
Color information
#995950 (or 0x995950) is known color: Copper Rust. HEX triplet: 99, 59 and 50. RGB value is (153,89,80). Sum of RGB (Red+Green+Blue) = 153+89+80=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #995950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995950 is #66A6AF. Grayscale: #6B6B6B. Windows color (decimal): -6727344 or 5265817. OLE color: 5265817.
HSL color Cylindrical-coordinate representation of color #995950: hue angle of 7.4º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #995950 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 89 | 80 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.4 |
| HSL | 7.4º | 0.31% | 0.46% | - |
| HSV(B) | 7.4º | 0.48% | 0.6% | - |
| XYZ | 18.16 | 14.5 | 9.43 | - |
| YUV | 107.11 | 112.7 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 80 | 0 | 0.42 | 0.48 | 0.4 | 7.4 | 0.31 | 0.46 |
| Hex | 99 | 59 | 50 | 0 | 2A | 30 | 28 | 7 | 1F | 2E |
| Octal | 231 | 131 | 120 | 0 | 52 | 60 | 50 | 7 | 37 | 56 |
| Binary | 10011001 | 1011001 | 1010000 | 0 | 101010 | 110000 | 101000 | 111 | 11111 | 101110 |
Color Harmonies of #995950
Complementary color
Monochromatic Colors of #995950
Black with #995950
Text Example
Text Example
White with #995950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995950; }
p { color: rgb(153,89,80); }
H1.HeaderClassName
{
color: #995950;
}
.AnyTagClassName
{
color: #995950;
}
</style>
background-color css
<style>
a { background-color: #995950; }
a { background-color: rgb(153,89,80); }
div.DivClassName
{
background-color: #995950;
}
.BgClassName
{
background-color: #995950;
}
</style>
border-color css
<style>
span { border-color: #995950; }
span { border-color: rgb(153,89,80); }
td.TdClassName
{
border-color: #995950;
}
.TagClassName
{
border-color: #995950;
}
</style>