Shades of Metallic Copper #673D33
Tints of Metallic Copper #673D33
RGB
CMYK
RGB Variations
Color information
#673D33 (or 0x673D33) is known color: Metallic Copper. HEX triplet: 67, 3D and 33. RGB value is (103,61,51). Sum of RGB (Red+Green+Blue) = 103+61+51=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 61 (24.22% from 255 or 28.37% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #673D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673D33 is #98C2CC. Grayscale: #484848. Windows color (decimal): -10011341 or 3358055. OLE color: 3358055.
HSL color Cylindrical-coordinate representation of color #673D33: hue angle of 11.54º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #673D33 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 61 | 51 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.60 |
| HSL | 11.54º | 0.34% | 0.3% | - |
| HSV(B) | 11.54º | 0.5% | 0.4% | - |
| XYZ | 7.86 | 6.46 | 3.96 | - |
| YUV | 72.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 51 | 0 | 0.41 | 0.50 | 0.60 | 11.54 | 0.34 | 0.3 |
| Hex | 67 | 3D | 33 | 0 | 29 | 32 | 3C | C | 22 | 1E |
| Octal | 147 | 75 | 63 | 0 | 51 | 62 | 74 | 14 | 42 | 36 |
| Binary | 1100111 | 111101 | 110011 | 0 | 101001 | 110010 | 111100 | 1100 | 100010 | 11110 |
Color Harmonies of #673D33
Complementary color
Monochromatic Colors of #673D33
Black with #673D33
Text Example
Text Example
White with #673D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D33; }
p { color: rgb(103,61,51); }
H1.HeaderClassName
{
color: #673D33;
}
.AnyTagClassName
{
color: #673D33;
}
</style>
background-color css
<style>
a { background-color: #673D33; }
a { background-color: rgb(103,61,51); }
div.DivClassName
{
background-color: #673D33;
}
.BgClassName
{
background-color: #673D33;
}
</style>
border-color css
<style>
span { border-color: #673D33; }
span { border-color: rgb(103,61,51); }
td.TdClassName
{
border-color: #673D33;
}
.TagClassName
{
border-color: #673D33;
}
</style>