Shades of Metallic Copper #673E34
Tints of Metallic Copper #673E34
RGB
CMYK
RGB Variations
Color information
#673E34 (or 0x673E34) is known color: Metallic Copper. HEX triplet: 67, 3E and 34. RGB value is (103,62,52). Sum of RGB (Red+Green+Blue) = 103+62+52=217 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.47% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 103 - color contains mainly: red. Hex color #673E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673E34 is #98C1CB. Grayscale: #494949. Windows color (decimal): -10011084 or 3423847. OLE color: 3423847.
HSL color Cylindrical-coordinate representation of color #673E34: hue angle of 11.76º degrees, saturation: 0.33, 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 #673E34 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 62 | 52 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.60 |
| HSL | 11.76º | 0.33% | 0.3% | - |
| HSV(B) | 11.76º | 0.5% | 0.4% | - |
| XYZ | 7.94 | 6.58 | 4.1 | - |
| YUV | 73.12 | 116.08 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 62 | 52 | 0 | 0.40 | 0.50 | 0.60 | 11.76 | 0.33 | 0.3 |
| Hex | 67 | 3E | 34 | 0 | 28 | 32 | 3C | C | 21 | 1E |
| Octal | 147 | 76 | 64 | 0 | 50 | 62 | 74 | 14 | 41 | 36 |
| Binary | 1100111 | 111110 | 110100 | 0 | 101000 | 110010 | 111100 | 1100 | 100001 | 11110 |
Color Harmonies of #673E34
Complementary color
Monochromatic Colors of #673E34
Black with #673E34
Text Example
Text Example
White with #673E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673E34; }
p { color: rgb(103,62,52); }
H1.HeaderClassName
{
color: #673E34;
}
.AnyTagClassName
{
color: #673E34;
}
</style>
background-color css
<style>
a { background-color: #673E34; }
a { background-color: rgb(103,62,52); }
div.DivClassName
{
background-color: #673E34;
}
.BgClassName
{
background-color: #673E34;
}
</style>
border-color css
<style>
span { border-color: #673E34; }
span { border-color: rgb(103,62,52); }
td.TdClassName
{
border-color: #673E34;
}
.TagClassName
{
border-color: #673E34;
}
</style>