Shades of Copper Rust #995C51
Tints of Copper Rust #995C51
RGB
CMYK
RGB Variations
Color information
#995C51 (or 0x995C51) is known color: Copper Rust. HEX triplet: 99, 5C and 51. RGB value is (153,92,81). Sum of RGB (Red+Green+Blue) = 153+92+81=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #995C51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C51 is #66A3AE. Grayscale: #6D6D6D. Windows color (decimal): -6726575 or 5332121. OLE color: 5332121.
HSL color Cylindrical-coordinate representation of color #995C51: hue angle of 9.17º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995C51 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 81 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.4 |
| HSL | 9.17º | 0.31% | 0.46% | - |
| HSV(B) | 9.17º | 0.47% | 0.6% | - |
| XYZ | 18.45 | 15.02 | 9.71 | - |
| YUV | 108.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 81 | 0 | 0.40 | 0.47 | 0.4 | 9.17 | 0.31 | 0.46 |
| Hex | 99 | 5C | 51 | 0 | 28 | 2F | 28 | 9 | 1F | 2E |
| Octal | 231 | 134 | 121 | 0 | 50 | 57 | 50 | 11 | 37 | 56 |
| Binary | 10011001 | 1011100 | 1010001 | 0 | 101000 | 101111 | 101000 | 1001 | 11111 | 101110 |
Color Harmonies of #995C51
Complementary color
Monochromatic Colors of #995C51
Black with #995C51
Text Example
Text Example
White with #995C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C51; }
p { color: rgb(153,92,81); }
H1.HeaderClassName
{
color: #995C51;
}
.AnyTagClassName
{
color: #995C51;
}
</style>
background-color css
<style>
a { background-color: #995C51; }
a { background-color: rgb(153,92,81); }
div.DivClassName
{
background-color: #995C51;
}
.BgClassName
{
background-color: #995C51;
}
</style>
border-color css
<style>
span { border-color: #995C51; }
span { border-color: rgb(153,92,81); }
td.TdClassName
{
border-color: #995C51;
}
.TagClassName
{
border-color: #995C51;
}
</style>