Shades of Metallic Copper #62413D
Tints of Metallic Copper #62413D
RGB
CMYK
RGB Variations
Color information
#62413D (or 0x62413D) is known color: Metallic Copper. HEX triplet: 62, 41 and 3D. RGB value is (98,65,61). Sum of RGB (Red+Green+Blue) = 98+65+61=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 98 - color contains mainly: red. Hex color #62413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62413D is #9DBEC2. Grayscale: #4A4A4A. Windows color (decimal): -10337987 or 4014434. OLE color: 4014434.
HSL color Cylindrical-coordinate representation of color #62413D: hue angle of 6.49º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #62413D is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 65 | 61 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.62 |
| HSL | 6.49º | 0.23% | 0.31% | - |
| HSV(B) | 6.49º | 0.38% | 0.38% | - |
| XYZ | 7.77 | 6.71 | 5.3 | - |
| YUV | 74.41 | 120.43 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 61 | 0 | 0.34 | 0.38 | 0.62 | 6.49 | 0.23 | 0.31 |
| Hex | 62 | 41 | 3D | 0 | 22 | 26 | 3E | 6 | 17 | 1F |
| Octal | 142 | 101 | 75 | 0 | 42 | 46 | 76 | 6 | 27 | 37 |
| Binary | 1100010 | 1000001 | 111101 | 0 | 100010 | 100110 | 111110 | 110 | 10111 | 11111 |
Color Harmonies of #62413D
Complementary color
Monochromatic Colors of #62413D
Black with #62413D
Text Example
Text Example
White with #62413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62413D; }
p { color: rgb(98,65,61); }
H1.HeaderClassName
{
color: #62413D;
}
.AnyTagClassName
{
color: #62413D;
}
</style>
background-color css
<style>
a { background-color: #62413D; }
a { background-color: rgb(98,65,61); }
div.DivClassName
{
background-color: #62413D;
}
.BgClassName
{
background-color: #62413D;
}
</style>
border-color css
<style>
span { border-color: #62413D; }
span { border-color: rgb(98,65,61); }
td.TdClassName
{
border-color: #62413D;
}
.TagClassName
{
border-color: #62413D;
}
</style>