Shades of Metallic Copper #673D31
Tints of Metallic Copper #673D31
RGB
CMYK
RGB Variations
Color information
#673D31 (or 0x673D31) is known color: Metallic Copper. HEX triplet: 67, 3D and 31. RGB value is (103,61,49). Sum of RGB (Red+Green+Blue) = 103+61+49=213 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.36% from 213); Green value is 61 (24.22% from 255 or 28.64% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 103 - color contains mainly: red. Hex color #673D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673D31 is #98C2CE. Grayscale: #484848. Windows color (decimal): -10011343 or 3226983. OLE color: 3226983.
HSL color Cylindrical-coordinate representation of color #673D31: hue angle of 13.33º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #673D31 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 61 | 49 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.60 |
| HSL | 13.33º | 0.36% | 0.3% | - |
| HSV(B) | 13.33º | 0.52% | 0.4% | - |
| XYZ | 7.82 | 6.44 | 3.74 | - |
| YUV | 72.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 49 | 0 | 0.41 | 0.52 | 0.60 | 13.33 | 0.36 | 0.3 |
| Hex | 67 | 3D | 31 | 0 | 29 | 34 | 3C | D | 24 | 1E |
| Octal | 147 | 75 | 61 | 0 | 51 | 64 | 74 | 15 | 44 | 36 |
| Binary | 1100111 | 111101 | 110001 | 0 | 101001 | 110100 | 111100 | 1101 | 100100 | 11110 |
Color Harmonies of #673D31
Complementary color
Monochromatic Colors of #673D31
Black with #673D31
Text Example
Text Example
White with #673D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D31; }
p { color: rgb(103,61,49); }
H1.HeaderClassName
{
color: #673D31;
}
.AnyTagClassName
{
color: #673D31;
}
</style>
background-color css
<style>
a { background-color: #673D31; }
a { background-color: rgb(103,61,49); }
div.DivClassName
{
background-color: #673D31;
}
.BgClassName
{
background-color: #673D31;
}
</style>
border-color css
<style>
span { border-color: #673D31; }
span { border-color: rgb(103,61,49); }
td.TdClassName
{
border-color: #673D31;
}
.TagClassName
{
border-color: #673D31;
}
</style>