Shades of Metallic Copper #673D32
Tints of Metallic Copper #673D32
RGB
CMYK
RGB Variations
Color information
#673D32 (or 0x673D32) is known color: Metallic Copper. HEX triplet: 67, 3D and 32. RGB value is (103,61,50). Sum of RGB (Red+Green+Blue) = 103+61+50=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 61 (24.22% from 255 or 28.50% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 103 - color contains mainly: red. Hex color #673D32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673D32 is #98C2CD. Grayscale: #484848. Windows color (decimal): -10011342 or 3292519. OLE color: 3292519.
HSL color Cylindrical-coordinate representation of color #673D32: hue angle of 12.45º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #673D32 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 61 | 50 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.60 |
| HSL | 12.45º | 0.35% | 0.3% | - |
| HSV(B) | 12.45º | 0.51% | 0.4% | - |
| XYZ | 7.84 | 6.45 | 3.85 | - |
| YUV | 72.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 50 | 0 | 0.41 | 0.51 | 0.60 | 12.45 | 0.35 | 0.3 |
| Hex | 67 | 3D | 32 | 0 | 29 | 33 | 3C | C | 23 | 1E |
| Octal | 147 | 75 | 62 | 0 | 51 | 63 | 74 | 14 | 43 | 36 |
| Binary | 1100111 | 111101 | 110010 | 0 | 101001 | 110011 | 111100 | 1100 | 100011 | 11110 |
Color Harmonies of #673D32
Complementary color
Monochromatic Colors of #673D32
Black with #673D32
Text Example
Text Example
White with #673D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D32; }
p { color: rgb(103,61,50); }
H1.HeaderClassName
{
color: #673D32;
}
.AnyTagClassName
{
color: #673D32;
}
</style>
background-color css
<style>
a { background-color: #673D32; }
a { background-color: rgb(103,61,50); }
div.DivClassName
{
background-color: #673D32;
}
.BgClassName
{
background-color: #673D32;
}
</style>
border-color css
<style>
span { border-color: #673D32; }
span { border-color: rgb(103,61,50); }
td.TdClassName
{
border-color: #673D32;
}
.TagClassName
{
border-color: #673D32;
}
</style>