Shades of Metallic Copper #683E39
Tints of Metallic Copper #683E39
RGB
CMYK
RGB Variations
Color information
#683E39 (or 0x683E39) is known color: Metallic Copper. HEX triplet: 68, 3E and 39. RGB value is (104,62,57). Sum of RGB (Red+Green+Blue) = 104+62+57=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 62 (24.61% from 255 or 27.80% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #683E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683E39 is #97C1C6. Grayscale: #4A4A4A. Windows color (decimal): -9945543 or 3751528. OLE color: 3751528.
HSL color Cylindrical-coordinate representation of color #683E39: hue angle of 6.38º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #683E39 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 62 | 57 | - |
| CMYK | 0 | 0.40 | 0.45 | 0.59 |
| HSL | 6.38º | 0.29% | 0.32% | - |
| HSV(B) | 6.38º | 0.45% | 0.41% | - |
| XYZ | 8.17 | 6.68 | 4.73 | - |
| YUV | 73.99 | 118.41 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 62 | 57 | 0 | 0.40 | 0.45 | 0.59 | 6.38 | 0.29 | 0.32 |
| Hex | 68 | 3E | 39 | 0 | 28 | 2D | 3B | 6 | 1D | 20 |
| Octal | 150 | 76 | 71 | 0 | 50 | 55 | 73 | 6 | 35 | 40 |
| Binary | 1101000 | 111110 | 111001 | 0 | 101000 | 101101 | 111011 | 110 | 11101 | 100000 |
Color Harmonies of #683E39
Complementary color
Monochromatic Colors of #683E39
Black with #683E39
Text Example
Text Example
White with #683E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683E39; }
p { color: rgb(104,62,57); }
H1.HeaderClassName
{
color: #683E39;
}
.AnyTagClassName
{
color: #683E39;
}
</style>
background-color css
<style>
a { background-color: #683E39; }
a { background-color: rgb(104,62,57); }
div.DivClassName
{
background-color: #683E39;
}
.BgClassName
{
background-color: #683E39;
}
</style>
border-color css
<style>
span { border-color: #683E39; }
span { border-color: rgb(104,62,57); }
td.TdClassName
{
border-color: #683E39;
}
.TagClassName
{
border-color: #683E39;
}
</style>