Shades of Metallic Copper #673931
Tints of Metallic Copper #673931
RGB
CMYK
RGB Variations
Color information
#673931 (or 0x673931) is known color: Metallic Copper. HEX triplet: 67, 39 and 31. RGB value is (103,57,49). Sum of RGB (Red+Green+Blue) = 103+57+49=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 57 (22.66% from 255 or 27.27% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #673931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673931 is #98C6CE. Grayscale: #454545. Windows color (decimal): -10012367 or 3225959. OLE color: 3225959.
HSL color Cylindrical-coordinate representation of color #673931: hue angle of 8.89º 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 #673931 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 49 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.60 |
| HSL | 8.89º | 0.36% | 0.3% | - |
| HSV(B) | 8.89º | 0.52% | 0.4% | - |
| XYZ | 7.61 | 6.03 | 3.67 | - |
| YUV | 69.84 | 116.24 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 49 | 0 | 0.45 | 0.52 | 0.60 | 8.89 | 0.36 | 0.3 |
| Hex | 67 | 39 | 31 | 0 | 2D | 34 | 3C | 9 | 24 | 1E |
| Octal | 147 | 71 | 61 | 0 | 55 | 64 | 74 | 11 | 44 | 36 |
| Binary | 1100111 | 111001 | 110001 | 0 | 101101 | 110100 | 111100 | 1001 | 100100 | 11110 |
Color Harmonies of #673931
Complementary color
Monochromatic Colors of #673931
Black with #673931
Text Example
Text Example
White with #673931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673931; }
p { color: rgb(103,57,49); }
H1.HeaderClassName
{
color: #673931;
}
.AnyTagClassName
{
color: #673931;
}
</style>
background-color css
<style>
a { background-color: #673931; }
a { background-color: rgb(103,57,49); }
div.DivClassName
{
background-color: #673931;
}
.BgClassName
{
background-color: #673931;
}
</style>
border-color css
<style>
span { border-color: #673931; }
span { border-color: rgb(103,57,49); }
td.TdClassName
{
border-color: #673931;
}
.TagClassName
{
border-color: #673931;
}
</style>