Shades of Metallic Copper #673A33
Tints of Metallic Copper #673A33
RGB
CMYK
RGB Variations
Color information
#673A33 (or 0x673A33) is known color: Metallic Copper. HEX triplet: 67, 3A and 33. RGB value is (103,58,51). Sum of RGB (Red+Green+Blue) = 103+58+51=212 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.58% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 103 - color contains mainly: red. Hex color #673A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673A33 is #98C5CC. Grayscale: #464646. Windows color (decimal): -10012109 or 3357287. OLE color: 3357287.
HSL color Cylindrical-coordinate representation of color #673A33: hue angle of 8.08º 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 #673A33 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 58 | 51 | - |
| CMYK | 0 | 0.44 | 0.50 | 0.60 |
| HSL | 8.08º | 0.34% | 0.3% | - |
| HSV(B) | 8.08º | 0.5% | 0.4% | - |
| XYZ | 7.7 | 6.15 | 3.91 | - |
| YUV | 70.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 51 | 0 | 0.44 | 0.50 | 0.60 | 8.08 | 0.34 | 0.3 |
| Hex | 67 | 3A | 33 | 0 | 2C | 32 | 3C | 8 | 22 | 1E |
| Octal | 147 | 72 | 63 | 0 | 54 | 62 | 74 | 10 | 42 | 36 |
| Binary | 1100111 | 111010 | 110011 | 0 | 101100 | 110010 | 111100 | 1000 | 100010 | 11110 |
Color Harmonies of #673A33
Complementary color
Monochromatic Colors of #673A33
Black with #673A33
Text Example
Text Example
White with #673A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A33; }
p { color: rgb(103,58,51); }
H1.HeaderClassName
{
color: #673A33;
}
.AnyTagClassName
{
color: #673A33;
}
</style>
background-color css
<style>
a { background-color: #673A33; }
a { background-color: rgb(103,58,51); }
div.DivClassName
{
background-color: #673A33;
}
.BgClassName
{
background-color: #673A33;
}
</style>
border-color css
<style>
span { border-color: #673A33; }
span { border-color: rgb(103,58,51); }
td.TdClassName
{
border-color: #673A33;
}
.TagClassName
{
border-color: #673A33;
}
</style>