Shades of Metallic Copper #673F3A
Tints of Metallic Copper #673F3A
RGB
CMYK
RGB Variations
Color information
#673F3A (or 0x673F3A) is known color: Metallic Copper. HEX triplet: 67, 3F and 3A. RGB value is (103,63,58). Sum of RGB (Red+Green+Blue) = 103+63+58=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #673F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673F3A is #98C0C5. Grayscale: #4A4A4A. Windows color (decimal): -10010822 or 3817319. OLE color: 3817319.
HSL color Cylindrical-coordinate representation of color #673F3A: hue angle of 6.67º 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 #673F3A is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 63 | 58 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.60 |
| HSL | 6.67º | 0.28% | 0.32% | - |
| HSV(B) | 6.67º | 0.44% | 0.4% | - |
| XYZ | 8.13 | 6.74 | 4.88 | - |
| YUV | 74.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 58 | 0 | 0.39 | 0.44 | 0.60 | 6.67 | 0.28 | 0.32 |
| Hex | 67 | 3F | 3A | 0 | 27 | 2C | 3C | 7 | 1C | 20 |
| Octal | 147 | 77 | 72 | 0 | 47 | 54 | 74 | 7 | 34 | 40 |
| Binary | 1100111 | 111111 | 111010 | 0 | 100111 | 101100 | 111100 | 111 | 11100 | 100000 |
Color Harmonies of #673F3A
Complementary color
Monochromatic Colors of #673F3A
Black with #673F3A
Text Example
Text Example
White with #673F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F3A; }
p { color: rgb(103,63,58); }
H1.HeaderClassName
{
color: #673F3A;
}
.AnyTagClassName
{
color: #673F3A;
}
</style>
background-color css
<style>
a { background-color: #673F3A; }
a { background-color: rgb(103,63,58); }
div.DivClassName
{
background-color: #673F3A;
}
.BgClassName
{
background-color: #673F3A;
}
</style>
border-color css
<style>
span { border-color: #673F3A; }
span { border-color: rgb(103,63,58); }
td.TdClassName
{
border-color: #673F3A;
}
.TagClassName
{
border-color: #673F3A;
}
</style>