Shades of Metallic Copper #673933
Tints of Metallic Copper #673933
RGB
CMYK
RGB Variations
Color information
#673933 (or 0x673933) is known color: Metallic Copper. HEX triplet: 67, 39 and 33. RGB value is (103,57,51). Sum of RGB (Red+Green+Blue) = 103+57+51=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #673933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673933 is #98C6CC. Grayscale: #464646. Windows color (decimal): -10012365 or 3357031. OLE color: 3357031.
HSL color Cylindrical-coordinate representation of color #673933: hue angle of 6.92º 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 #673933 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 57 | 51 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.60 |
| HSL | 6.92º | 0.34% | 0.3% | - |
| HSV(B) | 6.92º | 0.5% | 0.4% | - |
| XYZ | 7.65 | 6.05 | 3.9 | - |
| YUV | 70.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 57 | 51 | 0 | 0.45 | 0.50 | 0.60 | 6.92 | 0.34 | 0.3 |
| Hex | 67 | 39 | 33 | 0 | 2D | 32 | 3C | 7 | 22 | 1E |
| Octal | 147 | 71 | 63 | 0 | 55 | 62 | 74 | 7 | 42 | 36 |
| Binary | 1100111 | 111001 | 110011 | 0 | 101101 | 110010 | 111100 | 111 | 100010 | 11110 |
Color Harmonies of #673933
Complementary color
Monochromatic Colors of #673933
Black with #673933
Text Example
Text Example
White with #673933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673933; }
p { color: rgb(103,57,51); }
H1.HeaderClassName
{
color: #673933;
}
.AnyTagClassName
{
color: #673933;
}
</style>
background-color css
<style>
a { background-color: #673933; }
a { background-color: rgb(103,57,51); }
div.DivClassName
{
background-color: #673933;
}
.BgClassName
{
background-color: #673933;
}
</style>
border-color css
<style>
span { border-color: #673933; }
span { border-color: rgb(103,57,51); }
td.TdClassName
{
border-color: #673933;
}
.TagClassName
{
border-color: #673933;
}
</style>