Shades of Copper Rust #905651
Tints of Copper Rust #905651
RGB
CMYK
RGB Variations
Color information
#905651 (or 0x905651) is known color: Copper Rust. HEX triplet: 90, 56 and 51. RGB value is (144,86,81). Sum of RGB (Red+Green+Blue) = 144+86+81=311 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.30% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 144 - color contains mainly: red. Hex color #905651 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905651 is #6FA9AE. Grayscale: #666666. Windows color (decimal): -7317935 or 5330576. OLE color: 5330576.
HSL color Cylindrical-coordinate representation of color #905651: hue angle of 4.76º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #905651 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 86 | 81 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.44 |
| HSL | 4.76º | 0.28% | 0.44% | - |
| HSV(B) | 4.76º | 0.44% | 0.56% | - |
| XYZ | 16.31 | 13.18 | 9.47 | - |
| YUV | 102.77 | 115.72 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 86 | 81 | 0 | 0.40 | 0.44 | 0.44 | 4.76 | 0.28 | 0.44 |
| Hex | 90 | 56 | 51 | 0 | 28 | 2C | 2C | 5 | 1C | 2C |
| Octal | 220 | 126 | 121 | 0 | 50 | 54 | 54 | 5 | 34 | 54 |
| Binary | 10010000 | 1010110 | 1010001 | 0 | 101000 | 101100 | 101100 | 101 | 11100 | 101100 |
Color Harmonies of #905651
Complementary color
Monochromatic Colors of #905651
Black with #905651
Text Example
Text Example
White with #905651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905651; }
p { color: rgb(144,86,81); }
H1.HeaderClassName
{
color: #905651;
}
.AnyTagClassName
{
color: #905651;
}
</style>
background-color css
<style>
a { background-color: #905651; }
a { background-color: rgb(144,86,81); }
div.DivClassName
{
background-color: #905651;
}
.BgClassName
{
background-color: #905651;
}
</style>
border-color css
<style>
span { border-color: #905651; }
span { border-color: rgb(144,86,81); }
td.TdClassName
{
border-color: #905651;
}
.TagClassName
{
border-color: #905651;
}
</style>