Shades of Copper Rust #915653
Tints of Copper Rust #915653
RGB
CMYK
RGB Variations
Color information
#915653 (or 0x915653) is known color: Copper Rust. HEX triplet: 91, 56 and 53. RGB value is (145,86,83). Sum of RGB (Red+Green+Blue) = 145+86+83=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #915653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915653 is #6EA9AC. Grayscale: #676767. Windows color (decimal): -7252397 or 5461649. OLE color: 5461649.
HSL color Cylindrical-coordinate representation of color #915653: hue angle of 2.9º degrees, saturation: 0.27, 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 #915653 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 86 | 83 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.43 |
| HSL | 2.9º | 0.27% | 0.45% | - |
| HSV(B) | 2.9º | 0.43% | 0.57% | - |
| XYZ | 16.57 | 13.3 | 9.88 | - |
| YUV | 103.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 86 | 83 | 0 | 0.41 | 0.43 | 0.43 | 2.9 | 0.27 | 0.45 |
| Hex | 91 | 56 | 53 | 0 | 29 | 2B | 2B | 3 | 1B | 2D |
| Octal | 221 | 126 | 123 | 0 | 51 | 53 | 53 | 3 | 33 | 55 |
| Binary | 10010001 | 1010110 | 1010011 | 0 | 101001 | 101011 | 101011 | 11 | 11011 | 101101 |
Color Harmonies of #915653
Complementary color
Monochromatic Colors of #915653
Black with #915653
Text Example
Text Example
White with #915653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915653; }
p { color: rgb(145,86,83); }
H1.HeaderClassName
{
color: #915653;
}
.AnyTagClassName
{
color: #915653;
}
</style>
background-color css
<style>
a { background-color: #915653; }
a { background-color: rgb(145,86,83); }
div.DivClassName
{
background-color: #915653;
}
.BgClassName
{
background-color: #915653;
}
</style>
border-color css
<style>
span { border-color: #915653; }
span { border-color: rgb(145,86,83); }
td.TdClassName
{
border-color: #915653;
}
.TagClassName
{
border-color: #915653;
}
</style>