Shades of Copper Rust #995A51
Tints of Copper Rust #995A51
RGB
CMYK
RGB Variations
Color information
#995A51 (or 0x995A51) is known color: Copper Rust. HEX triplet: 99, 5A and 51. RGB value is (153,90,81). Sum of RGB (Red+Green+Blue) = 153+90+81=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 81 (32.03% from 255 or 25% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #995A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995A51 is #66A5AE. Grayscale: #6B6B6B. Windows color (decimal): -6727087 or 5331609. OLE color: 5331609.
HSL color Cylindrical-coordinate representation of color #995A51: hue angle of 7.5º 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 #995A51 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 81 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.4 |
| HSL | 7.5º | 0.31% | 0.46% | - |
| HSV(B) | 7.5º | 0.47% | 0.6% | - |
| XYZ | 18.28 | 14.68 | 9.65 | - |
| YUV | 107.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 81 | 0 | 0.41 | 0.47 | 0.4 | 7.5 | 0.31 | 0.46 |
| Hex | 99 | 5A | 51 | 0 | 29 | 2F | 28 | 8 | 1F | 2E |
| Octal | 231 | 132 | 121 | 0 | 51 | 57 | 50 | 10 | 37 | 56 |
| Binary | 10011001 | 1011010 | 1010001 | 0 | 101001 | 101111 | 101000 | 1000 | 11111 | 101110 |
Color Harmonies of #995A51
Complementary color
Monochromatic Colors of #995A51
Black with #995A51
Text Example
Text Example
White with #995A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A51; }
p { color: rgb(153,90,81); }
H1.HeaderClassName
{
color: #995A51;
}
.AnyTagClassName
{
color: #995A51;
}
</style>
background-color css
<style>
a { background-color: #995A51; }
a { background-color: rgb(153,90,81); }
div.DivClassName
{
background-color: #995A51;
}
.BgClassName
{
background-color: #995A51;
}
</style>
border-color css
<style>
span { border-color: #995A51; }
span { border-color: rgb(153,90,81); }
td.TdClassName
{
border-color: #995A51;
}
.TagClassName
{
border-color: #995A51;
}
</style>