Shades of Metallic Copper #673E3A
Tints of Metallic Copper #673E3A
RGB
CMYK
RGB Variations
Color information
#673E3A (or 0x673E3A) is known color: Metallic Copper. HEX triplet: 67, 3E and 3A. RGB value is (103,62,58). Sum of RGB (Red+Green+Blue) = 103+62+58=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 58 (23.05% from 255 or 26.01% from 223); Max value from RGB is 103 - color contains mainly: red. Hex color #673E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673E3A is #98C1C5. Grayscale: #494949. Windows color (decimal): -10011078 or 3817063. OLE color: 3817063.
HSL color Cylindrical-coordinate representation of color #673E3A: hue angle of 5.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #673E3A is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 62 | 58 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.60 |
| HSL | 5.33º | 0.28% | 0.32% | - |
| HSV(B) | 5.33º | 0.44% | 0.4% | - |
| XYZ | 8.08 | 6.63 | 4.86 | - |
| YUV | 73.8 | 119.08 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 62 | 58 | 0 | 0.40 | 0.44 | 0.60 | 5.33 | 0.28 | 0.32 |
| Hex | 67 | 3E | 3A | 0 | 28 | 2C | 3C | 5 | 1C | 20 |
| Octal | 147 | 76 | 72 | 0 | 50 | 54 | 74 | 5 | 34 | 40 |
| Binary | 1100111 | 111110 | 111010 | 0 | 101000 | 101100 | 111100 | 101 | 11100 | 100000 |
Color Harmonies of #673E3A
Complementary color
Monochromatic Colors of #673E3A
Black with #673E3A
Text Example
Text Example
White with #673E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673E3A; }
p { color: rgb(103,62,58); }
H1.HeaderClassName
{
color: #673E3A;
}
.AnyTagClassName
{
color: #673E3A;
}
</style>
background-color css
<style>
a { background-color: #673E3A; }
a { background-color: rgb(103,62,58); }
div.DivClassName
{
background-color: #673E3A;
}
.BgClassName
{
background-color: #673E3A;
}
</style>
border-color css
<style>
span { border-color: #673E3A; }
span { border-color: rgb(103,62,58); }
td.TdClassName
{
border-color: #673E3A;
}
.TagClassName
{
border-color: #673E3A;
}
</style>