Shades of Metallic Copper #673F32
Tints of Metallic Copper #673F32
RGB
CMYK
RGB Variations
Color information
#673F32 (or 0x673F32) is known color: Metallic Copper. HEX triplet: 67, 3F and 32. RGB value is (103,63,50). Sum of RGB (Red+Green+Blue) = 103+63+50=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 103 - color contains mainly: red. Hex color #673F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673F32 is #98C0CD. Grayscale: #494949. Windows color (decimal): -10010830 or 3293031. OLE color: 3293031.
HSL color Cylindrical-coordinate representation of color #673F32: hue angle of 14.72º 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 #673F32 is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 63 | 50 | - |
| CMYK | 0 | 0.39 | 0.51 | 0.60 |
| HSL | 14.72º | 0.35% | 0.3% | - |
| HSV(B) | 14.72º | 0.51% | 0.4% | - |
| XYZ | 7.95 | 6.67 | 3.89 | - |
| YUV | 73.48 | 114.75 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 50 | 0 | 0.39 | 0.51 | 0.60 | 14.72 | 0.35 | 0.3 |
| Hex | 67 | 3F | 32 | 0 | 27 | 33 | 3C | F | 23 | 1E |
| Octal | 147 | 77 | 62 | 0 | 47 | 63 | 74 | 17 | 43 | 36 |
| Binary | 1100111 | 111111 | 110010 | 0 | 100111 | 110011 | 111100 | 1111 | 100011 | 11110 |
Color Harmonies of #673F32
Complementary color
Monochromatic Colors of #673F32
Black with #673F32
Text Example
Text Example
White with #673F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F32; }
p { color: rgb(103,63,50); }
H1.HeaderClassName
{
color: #673F32;
}
.AnyTagClassName
{
color: #673F32;
}
</style>
background-color css
<style>
a { background-color: #673F32; }
a { background-color: rgb(103,63,50); }
div.DivClassName
{
background-color: #673F32;
}
.BgClassName
{
background-color: #673F32;
}
</style>
border-color css
<style>
span { border-color: #673F32; }
span { border-color: rgb(103,63,50); }
td.TdClassName
{
border-color: #673F32;
}
.TagClassName
{
border-color: #673F32;
}
</style>