Shades of Metallic Copper #653932
Tints of Metallic Copper #653932
RGB
CMYK
RGB Variations
Color information
#653932 (or 0x653932) is known color: Metallic Copper. HEX triplet: 65, 39 and 32. RGB value is (101,57,50). Sum of RGB (Red+Green+Blue) = 101+57+50=208 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.56% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 101 - color contains mainly: red. Hex color #653932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653932 is #9AC6CD. Grayscale: #454545. Windows color (decimal): -10143438 or 3291493. OLE color: 3291493.
HSL color Cylindrical-coordinate representation of color #653932: hue angle of 8.24º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #653932 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 57 | 50 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.60 |
| HSL | 8.24º | 0.34% | 0.3% | - |
| HSV(B) | 8.24º | 0.5% | 0.4% | - |
| XYZ | 7.41 | 5.92 | 3.77 | - |
| YUV | 69.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 57 | 50 | 0 | 0.44 | 0.50 | 0.60 | 8.24 | 0.34 | 0.3 |
| Hex | 65 | 39 | 32 | 0 | 2C | 32 | 3C | 8 | 22 | 1E |
| Octal | 145 | 71 | 62 | 0 | 54 | 62 | 74 | 10 | 42 | 36 |
| Binary | 1100101 | 111001 | 110010 | 0 | 101100 | 110010 | 111100 | 1000 | 100010 | 11110 |
Color Harmonies of #653932
Complementary color
Monochromatic Colors of #653932
Black with #653932
Text Example
Text Example
White with #653932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653932; }
p { color: rgb(101,57,50); }
H1.HeaderClassName
{
color: #653932;
}
.AnyTagClassName
{
color: #653932;
}
</style>
background-color css
<style>
a { background-color: #653932; }
a { background-color: rgb(101,57,50); }
div.DivClassName
{
background-color: #653932;
}
.BgClassName
{
background-color: #653932;
}
</style>
border-color css
<style>
span { border-color: #653932; }
span { border-color: rgb(101,57,50); }
td.TdClassName
{
border-color: #653932;
}
.TagClassName
{
border-color: #653932;
}
</style>