Shades of Copper Rust #995B51
Tints of Copper Rust #995B51
RGB
CMYK
RGB Variations
Color information
#995B51 (or 0x995B51) is known color: Copper Rust. HEX triplet: 99, 5B and 51. RGB value is (153,91,81). Sum of RGB (Red+Green+Blue) = 153+91+81=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #995B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995B51 is #66A4AE. Grayscale: #6C6C6C. Windows color (decimal): -6726831 or 5331865. OLE color: 5331865.
HSL color Cylindrical-coordinate representation of color #995B51: hue angle of 8.33º 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 #995B51 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 91 | 81 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.4 |
| HSL | 8.33º | 0.31% | 0.46% | - |
| HSV(B) | 8.33º | 0.47% | 0.6% | - |
| XYZ | 18.36 | 14.85 | 9.68 | - |
| YUV | 108.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 81 | 0 | 0.41 | 0.47 | 0.4 | 8.33 | 0.31 | 0.46 |
| Hex | 99 | 5B | 51 | 0 | 29 | 2F | 28 | 8 | 1F | 2E |
| Octal | 231 | 133 | 121 | 0 | 51 | 57 | 50 | 10 | 37 | 56 |
| Binary | 10011001 | 1011011 | 1010001 | 0 | 101001 | 101111 | 101000 | 1000 | 11111 | 101110 |
Color Harmonies of #995B51
Complementary color
Monochromatic Colors of #995B51
Black with #995B51
Text Example
Text Example
White with #995B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995B51; }
p { color: rgb(153,91,81); }
H1.HeaderClassName
{
color: #995B51;
}
.AnyTagClassName
{
color: #995B51;
}
</style>
background-color css
<style>
a { background-color: #995B51; }
a { background-color: rgb(153,91,81); }
div.DivClassName
{
background-color: #995B51;
}
.BgClassName
{
background-color: #995B51;
}
</style>
border-color css
<style>
span { border-color: #995B51; }
span { border-color: rgb(153,91,81); }
td.TdClassName
{
border-color: #995B51;
}
.TagClassName
{
border-color: #995B51;
}
</style>