Shades of Metallic Copper #673932
Tints of Metallic Copper #673932
RGB
CMYK
RGB Variations
Color information
#673932 (or 0x673932) is known color: Metallic Copper. HEX triplet: 67, 39 and 32. RGB value is (103,57,50). Sum of RGB (Red+Green+Blue) = 103+57+50=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #673932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673932 is #98C6CD. Grayscale: #464646. Windows color (decimal): -10012366 or 3291495. OLE color: 3291495.
HSL color Cylindrical-coordinate representation of color #673932: hue angle of 7.92º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #673932 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 50 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.60 |
| HSL | 7.92º | 0.35% | 0.3% | - |
| HSV(B) | 7.92º | 0.51% | 0.4% | - |
| XYZ | 7.63 | 6.04 | 3.78 | - |
| YUV | 69.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 50 | 0 | 0.45 | 0.51 | 0.60 | 7.92 | 0.35 | 0.3 |
| Hex | 67 | 39 | 32 | 0 | 2D | 33 | 3C | 8 | 23 | 1E |
| Octal | 147 | 71 | 62 | 0 | 55 | 63 | 74 | 10 | 43 | 36 |
| Binary | 1100111 | 111001 | 110010 | 0 | 101101 | 110011 | 111100 | 1000 | 100011 | 11110 |
Color Harmonies of #673932
Complementary color
Monochromatic Colors of #673932
Black with #673932
Text Example
Text Example
White with #673932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673932; }
p { color: rgb(103,57,50); }
H1.HeaderClassName
{
color: #673932;
}
.AnyTagClassName
{
color: #673932;
}
</style>
background-color css
<style>
a { background-color: #673932; }
a { background-color: rgb(103,57,50); }
div.DivClassName
{
background-color: #673932;
}
.BgClassName
{
background-color: #673932;
}
</style>
border-color css
<style>
span { border-color: #673932; }
span { border-color: rgb(103,57,50); }
td.TdClassName
{
border-color: #673932;
}
.TagClassName
{
border-color: #673932;
}
</style>