Shades of Metallic Copper #653D37
Tints of Metallic Copper #653D37
RGB
CMYK
RGB Variations
Color information
#653D37 (or 0x653D37) is known color: Metallic Copper. HEX triplet: 65, 3D and 37. RGB value is (101,61,55). Sum of RGB (Red+Green+Blue) = 101+61+55=217 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.54% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 101 - color contains mainly: red. Hex color #653D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D37 is #9AC2C8. Grayscale: #484848. Windows color (decimal): -10142409 or 3620197. OLE color: 3620197.
HSL color Cylindrical-coordinate representation of color #653D37: hue angle of 7.83º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #653D37 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 61 | 55 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.60 |
| HSL | 7.83º | 0.29% | 0.31% | - |
| HSV(B) | 7.83º | 0.46% | 0.4% | - |
| XYZ | 7.73 | 6.38 | 4.44 | - |
| YUV | 72.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 61 | 55 | 0 | 0.40 | 0.46 | 0.60 | 7.83 | 0.29 | 0.31 |
| Hex | 65 | 3D | 37 | 0 | 28 | 2E | 3C | 8 | 1D | 1F |
| Octal | 145 | 75 | 67 | 0 | 50 | 56 | 74 | 10 | 35 | 37 |
| Binary | 1100101 | 111101 | 110111 | 0 | 101000 | 101110 | 111100 | 1000 | 11101 | 11111 |
Color Harmonies of #653D37
Complementary color
Monochromatic Colors of #653D37
Black with #653D37
Text Example
Text Example
White with #653D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653D37; }
p { color: rgb(101,61,55); }
H1.HeaderClassName
{
color: #653D37;
}
.AnyTagClassName
{
color: #653D37;
}
</style>
background-color css
<style>
a { background-color: #653D37; }
a { background-color: rgb(101,61,55); }
div.DivClassName
{
background-color: #653D37;
}
.BgClassName
{
background-color: #653D37;
}
</style>
border-color css
<style>
span { border-color: #653D37; }
span { border-color: rgb(101,61,55); }
td.TdClassName
{
border-color: #653D37;
}
.TagClassName
{
border-color: #653D37;
}
</style>