Shades of Metallic Copper #683C31
Tints of Metallic Copper #683C31
RGB
CMYK
RGB Variations
Color information
#683C31 (or 0x683C31) is known color: Metallic Copper. HEX triplet: 68, 3C and 31. RGB value is (104,60,49). Sum of RGB (Red+Green+Blue) = 104+60+49=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #683C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C31 is #97C3CE. Grayscale: #474747. Windows color (decimal): -9946063 or 3226728. OLE color: 3226728.
HSL color Cylindrical-coordinate representation of color #683C31: hue angle of 12º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #683C31 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 60 | 49 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.59 |
| HSL | 12º | 0.36% | 0.3% | - |
| HSV(B) | 12º | 0.53% | 0.41% | - |
| XYZ | 7.88 | 6.4 | 3.73 | - |
| YUV | 71.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 49 | 0 | 0.42 | 0.53 | 0.59 | 12 | 0.36 | 0.3 |
| Hex | 68 | 3C | 31 | 0 | 2A | 35 | 3B | C | 24 | 1E |
| Octal | 150 | 74 | 61 | 0 | 52 | 65 | 73 | 14 | 44 | 36 |
| Binary | 1101000 | 111100 | 110001 | 0 | 101010 | 110101 | 111011 | 1100 | 100100 | 11110 |
Color Harmonies of #683C31
Complementary color
Monochromatic Colors of #683C31
Black with #683C31
Text Example
Text Example
White with #683C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683C31; }
p { color: rgb(104,60,49); }
H1.HeaderClassName
{
color: #683C31;
}
.AnyTagClassName
{
color: #683C31;
}
</style>
background-color css
<style>
a { background-color: #683C31; }
a { background-color: rgb(104,60,49); }
div.DivClassName
{
background-color: #683C31;
}
.BgClassName
{
background-color: #683C31;
}
</style>
border-color css
<style>
span { border-color: #683C31; }
span { border-color: rgb(104,60,49); }
td.TdClassName
{
border-color: #683C31;
}
.TagClassName
{
border-color: #683C31;
}
</style>