Shades of Copper Rust #915652
Tints of Copper Rust #915652
RGB
CMYK
RGB Variations
Color information
#915652 (or 0x915652) is known color: Copper Rust. HEX triplet: 91, 56 and 52. RGB value is (145,86,82). Sum of RGB (Red+Green+Blue) = 145+86+82=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 145 - color contains mainly: red. Hex color #915652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915652 is #6EA9AD. Grayscale: #676767. Windows color (decimal): -7252398 or 5396113. OLE color: 5396113.
HSL color Cylindrical-coordinate representation of color #915652: hue angle of 3.81º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #915652 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 86 | 82 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.43 |
| HSL | 3.81º | 0.28% | 0.45% | - |
| HSV(B) | 3.81º | 0.43% | 0.57% | - |
| XYZ | 16.53 | 13.28 | 9.68 | - |
| YUV | 103.19 | 116.05 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 86 | 82 | 0 | 0.41 | 0.43 | 0.43 | 3.81 | 0.28 | 0.45 |
| Hex | 91 | 56 | 52 | 0 | 29 | 2B | 2B | 4 | 1C | 2D |
| Octal | 221 | 126 | 122 | 0 | 51 | 53 | 53 | 4 | 34 | 55 |
| Binary | 10010001 | 1010110 | 1010010 | 0 | 101001 | 101011 | 101011 | 100 | 11100 | 101101 |
Color Harmonies of #915652
Complementary color
Monochromatic Colors of #915652
Black with #915652
Text Example
Text Example
White with #915652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915652; }
p { color: rgb(145,86,82); }
H1.HeaderClassName
{
color: #915652;
}
.AnyTagClassName
{
color: #915652;
}
</style>
background-color css
<style>
a { background-color: #915652; }
a { background-color: rgb(145,86,82); }
div.DivClassName
{
background-color: #915652;
}
.BgClassName
{
background-color: #915652;
}
</style>
border-color css
<style>
span { border-color: #915652; }
span { border-color: rgb(145,86,82); }
td.TdClassName
{
border-color: #915652;
}
.TagClassName
{
border-color: #915652;
}
</style>