Shades of Metallic Copper #623F37
Tints of Metallic Copper #623F37
RGB
CMYK
RGB Variations
Color information
#623F37 (or 0x623F37) is known color: Metallic Copper. HEX triplet: 62, 3F and 37. RGB value is (98,63,55). Sum of RGB (Red+Green+Blue) = 98+63+55=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #623F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #623F37 is #9DC0C8. Grayscale: #484848. Windows color (decimal): -10338505 or 3620706. OLE color: 3620706.
HSL color Cylindrical-coordinate representation of color #623F37: hue angle of 11.16º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #623F37 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 63 | 55 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.62 |
| HSL | 11.16º | 0.28% | 0.3% | - |
| HSV(B) | 11.16º | 0.44% | 0.38% | - |
| XYZ | 7.5 | 6.43 | 4.46 | - |
| YUV | 72.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 63 | 55 | 0 | 0.36 | 0.44 | 0.62 | 11.16 | 0.28 | 0.3 |
| Hex | 62 | 3F | 37 | 0 | 24 | 2C | 3E | B | 1C | 1E |
| Octal | 142 | 77 | 67 | 0 | 44 | 54 | 76 | 13 | 34 | 36 |
| Binary | 1100010 | 111111 | 110111 | 0 | 100100 | 101100 | 111110 | 1011 | 11100 | 11110 |
Color Harmonies of #623F37
Complementary color
Monochromatic Colors of #623F37
Black with #623F37
Text Example
Text Example
White with #623F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623F37; }
p { color: rgb(98,63,55); }
H1.HeaderClassName
{
color: #623F37;
}
.AnyTagClassName
{
color: #623F37;
}
</style>
background-color css
<style>
a { background-color: #623F37; }
a { background-color: rgb(98,63,55); }
div.DivClassName
{
background-color: #623F37;
}
.BgClassName
{
background-color: #623F37;
}
</style>
border-color css
<style>
span { border-color: #623F37; }
span { border-color: rgb(98,63,55); }
td.TdClassName
{
border-color: #623F37;
}
.TagClassName
{
border-color: #623F37;
}
</style>