Shades of Metallic Copper #62423D
Tints of Metallic Copper #62423D
RGB
CMYK
RGB Variations
Color information
#62423D (or 0x62423D) is known color: Metallic Copper. HEX triplet: 62, 42 and 3D. RGB value is (98,66,61). Sum of RGB (Red+Green+Blue) = 98+66+61=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62423D is #9DBDC2. Grayscale: #4B4B4B. Windows color (decimal): -10337731 or 4014690. OLE color: 4014690.
HSL color Cylindrical-coordinate representation of color #62423D: hue angle of 8.11º 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 #62423D is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 66 | 61 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.62 |
| HSL | 8.11º | 0.23% | 0.31% | - |
| HSV(B) | 8.11º | 0.38% | 0.38% | - |
| XYZ | 7.83 | 6.83 | 5.32 | - |
| YUV | 75 | 120.1 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 61 | 0 | 0.33 | 0.38 | 0.62 | 8.11 | 0.23 | 0.31 |
| Hex | 62 | 42 | 3D | 0 | 21 | 26 | 3E | 8 | 17 | 1F |
| Octal | 142 | 102 | 75 | 0 | 41 | 46 | 76 | 10 | 27 | 37 |
| Binary | 1100010 | 1000010 | 111101 | 0 | 100001 | 100110 | 111110 | 1000 | 10111 | 11111 |
Color Harmonies of #62423D
Complementary color
Monochromatic Colors of #62423D
Black with #62423D
Text Example
Text Example
White with #62423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62423D; }
p { color: rgb(98,66,61); }
H1.HeaderClassName
{
color: #62423D;
}
.AnyTagClassName
{
color: #62423D;
}
</style>
background-color css
<style>
a { background-color: #62423D; }
a { background-color: rgb(98,66,61); }
div.DivClassName
{
background-color: #62423D;
}
.BgClassName
{
background-color: #62423D;
}
</style>
border-color css
<style>
span { border-color: #62423D; }
span { border-color: rgb(98,66,61); }
td.TdClassName
{
border-color: #62423D;
}
.TagClassName
{
border-color: #62423D;
}
</style>