Shades of Metallic Copper #673F35
Tints of Metallic Copper #673F35
RGB
CMYK
RGB Variations
Color information
#673F35 (or 0x673F35) is known color: Metallic Copper. HEX triplet: 67, 3F and 35. RGB value is (103,63,53). Sum of RGB (Red+Green+Blue) = 103+63+53=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #673F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673F35 is #98C0CA. Grayscale: #494949. Windows color (decimal): -10010827 or 3489639. OLE color: 3489639.
HSL color Cylindrical-coordinate representation of color #673F35: hue angle of 12º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #673F35 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 63 | 53 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.60 |
| HSL | 12º | 0.32% | 0.31% | - |
| HSV(B) | 12º | 0.49% | 0.4% | - |
| XYZ | 8.01 | 6.7 | 4.24 | - |
| YUV | 73.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 53 | 0 | 0.39 | 0.49 | 0.60 | 12 | 0.32 | 0.31 |
| Hex | 67 | 3F | 35 | 0 | 27 | 31 | 3C | C | 20 | 1F |
| Octal | 147 | 77 | 65 | 0 | 47 | 61 | 74 | 14 | 40 | 37 |
| Binary | 1100111 | 111111 | 110101 | 0 | 100111 | 110001 | 111100 | 1100 | 100000 | 11111 |
Color Harmonies of #673F35
Complementary color
Monochromatic Colors of #673F35
Black with #673F35
Text Example
Text Example
White with #673F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F35; }
p { color: rgb(103,63,53); }
H1.HeaderClassName
{
color: #673F35;
}
.AnyTagClassName
{
color: #673F35;
}
</style>
background-color css
<style>
a { background-color: #673F35; }
a { background-color: rgb(103,63,53); }
div.DivClassName
{
background-color: #673F35;
}
.BgClassName
{
background-color: #673F35;
}
</style>
border-color css
<style>
span { border-color: #673F35; }
span { border-color: rgb(103,63,53); }
td.TdClassName
{
border-color: #673F35;
}
.TagClassName
{
border-color: #673F35;
}
</style>