Shades of Copper Rust #935653
Tints of Copper Rust #935653
RGB
CMYK
RGB Variations
Color information
#935653 (or 0x935653) is known color: Copper Rust. HEX triplet: 93, 56 and 53. RGB value is (147,86,83). Sum of RGB (Red+Green+Blue) = 147+86+83=316 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.52% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 83 (32.81% from 255 or 26.27% from 316); Max value from RGB is 147 - color contains mainly: red. Hex color #935653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935653 is #6CA9AC. Grayscale: #676767. Windows color (decimal): -7121325 or 5461651. OLE color: 5461651.
HSL color Cylindrical-coordinate representation of color #935653: hue angle of 2.81º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #935653 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 86 | 83 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.42 |
| HSL | 2.81º | 0.28% | 0.45% | - |
| HSV(B) | 2.81º | 0.44% | 0.58% | - |
| XYZ | 16.92 | 13.48 | 9.89 | - |
| YUV | 103.9 | 116.21 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 83 | 0 | 0.41 | 0.44 | 0.42 | 2.81 | 0.28 | 0.45 |
| Hex | 93 | 56 | 53 | 0 | 29 | 2C | 2A | 3 | 1C | 2D |
| Octal | 223 | 126 | 123 | 0 | 51 | 54 | 52 | 3 | 34 | 55 |
| Binary | 10010011 | 1010110 | 1010011 | 0 | 101001 | 101100 | 101010 | 11 | 11100 | 101101 |
Color Harmonies of #935653
Complementary color
Monochromatic Colors of #935653
Black with #935653
Text Example
Text Example
White with #935653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935653; }
p { color: rgb(147,86,83); }
H1.HeaderClassName
{
color: #935653;
}
.AnyTagClassName
{
color: #935653;
}
</style>
background-color css
<style>
a { background-color: #935653; }
a { background-color: rgb(147,86,83); }
div.DivClassName
{
background-color: #935653;
}
.BgClassName
{
background-color: #935653;
}
</style>
border-color css
<style>
span { border-color: #935653; }
span { border-color: rgb(147,86,83); }
td.TdClassName
{
border-color: #935653;
}
.TagClassName
{
border-color: #935653;
}
</style>