Shades of Copper Rust #995B55
Tints of Copper Rust #995B55
RGB
CMYK
RGB Variations
Color information
#995B55 (or 0x995B55) is known color: Copper Rust. HEX triplet: 99, 5B and 55. RGB value is (153,91,85). Sum of RGB (Red+Green+Blue) = 153+91+85=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #995B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995B55 is #66A4AA. Grayscale: #6C6C6C. Windows color (decimal): -6726827 or 5594009. OLE color: 5594009.
HSL color Cylindrical-coordinate representation of color #995B55: hue angle of 5.29º 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 #995B55 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 91 | 85 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.4 |
| HSL | 5.29º | 0.29% | 0.47% | - |
| HSV(B) | 5.29º | 0.44% | 0.6% | - |
| XYZ | 18.52 | 14.91 | 10.5 | - |
| YUV | 108.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 85 | 0 | 0.41 | 0.44 | 0.4 | 5.29 | 0.29 | 0.47 |
| Hex | 99 | 5B | 55 | 0 | 29 | 2C | 28 | 5 | 1D | 2F |
| Octal | 231 | 133 | 125 | 0 | 51 | 54 | 50 | 5 | 35 | 57 |
| Binary | 10011001 | 1011011 | 1010101 | 0 | 101001 | 101100 | 101000 | 101 | 11101 | 101111 |
Color Harmonies of #995B55
Complementary color
Monochromatic Colors of #995B55
Black with #995B55
Text Example
Text Example
White with #995B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995B55; }
p { color: rgb(153,91,85); }
H1.HeaderClassName
{
color: #995B55;
}
.AnyTagClassName
{
color: #995B55;
}
</style>
background-color css
<style>
a { background-color: #995B55; }
a { background-color: rgb(153,91,85); }
div.DivClassName
{
background-color: #995B55;
}
.BgClassName
{
background-color: #995B55;
}
</style>
border-color css
<style>
span { border-color: #995B55; }
span { border-color: rgb(153,91,85); }
td.TdClassName
{
border-color: #995B55;
}
.TagClassName
{
border-color: #995B55;
}
</style>