Shades of Metallic Copper #673F37
Tints of Metallic Copper #673F37
RGB
CMYK
RGB Variations
Color information
#673F37 (or 0x673F37) is known color: Metallic Copper. HEX triplet: 67, 3F and 37. RGB value is (103,63,55). Sum of RGB (Red+Green+Blue) = 103+63+55=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 55 (21.88% from 255 or 24.89% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #673F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673F37 is #98C0C8. Grayscale: #4A4A4A. Windows color (decimal): -10010825 or 3620711. OLE color: 3620711.
HSL color Cylindrical-coordinate representation of color #673F37: hue angle of 10º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #673F37 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 63 | 55 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.60 |
| HSL | 10º | 0.3% | 0.31% | - |
| HSV(B) | 10º | 0.47% | 0.4% | - |
| XYZ | 8.06 | 6.71 | 4.49 | - |
| YUV | 74.05 | 117.25 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 55 | 0 | 0.39 | 0.47 | 0.60 | 10 | 0.3 | 0.31 |
| Hex | 67 | 3F | 37 | 0 | 27 | 2F | 3C | A | 1E | 1F |
| Octal | 147 | 77 | 67 | 0 | 47 | 57 | 74 | 12 | 36 | 37 |
| Binary | 1100111 | 111111 | 110111 | 0 | 100111 | 101111 | 111100 | 1010 | 11110 | 11111 |
Color Harmonies of #673F37
Complementary color
Monochromatic Colors of #673F37
Black with #673F37
Text Example
Text Example
White with #673F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F37; }
p { color: rgb(103,63,55); }
H1.HeaderClassName
{
color: #673F37;
}
.AnyTagClassName
{
color: #673F37;
}
</style>
background-color css
<style>
a { background-color: #673F37; }
a { background-color: rgb(103,63,55); }
div.DivClassName
{
background-color: #673F37;
}
.BgClassName
{
background-color: #673F37;
}
</style>
border-color css
<style>
span { border-color: #673F37; }
span { border-color: rgb(103,63,55); }
td.TdClassName
{
border-color: #673F37;
}
.TagClassName
{
border-color: #673F37;
}
</style>