Shades of Metallic Copper #683F39
Tints of Metallic Copper #683F39
RGB
CMYK
RGB Variations
Color information
#683F39 (or 0x683F39) is known color: Metallic Copper. HEX triplet: 68, 3F and 39. RGB value is (104,63,57). Sum of RGB (Red+Green+Blue) = 104+63+57=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #683F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F39 is #97C0C6. Grayscale: #4A4A4A. Windows color (decimal): -9945287 or 3751784. OLE color: 3751784.
HSL color Cylindrical-coordinate representation of color #683F39: hue angle of 7.66º 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 #683F39 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 57 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.59 |
| HSL | 7.66º | 0.29% | 0.32% | - |
| HSV(B) | 7.66º | 0.45% | 0.41% | - |
| XYZ | 8.22 | 6.79 | 4.75 | - |
| YUV | 74.58 | 118.08 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 57 | 0 | 0.39 | 0.45 | 0.59 | 7.66 | 0.29 | 0.32 |
| Hex | 68 | 3F | 39 | 0 | 27 | 2D | 3B | 8 | 1D | 20 |
| Octal | 150 | 77 | 71 | 0 | 47 | 55 | 73 | 10 | 35 | 40 |
| Binary | 1101000 | 111111 | 111001 | 0 | 100111 | 101101 | 111011 | 1000 | 11101 | 100000 |
Color Harmonies of #683F39
Complementary color
Monochromatic Colors of #683F39
Black with #683F39
Text Example
Text Example
White with #683F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F39; }
p { color: rgb(104,63,57); }
H1.HeaderClassName
{
color: #683F39;
}
.AnyTagClassName
{
color: #683F39;
}
</style>
background-color css
<style>
a { background-color: #683F39; }
a { background-color: rgb(104,63,57); }
div.DivClassName
{
background-color: #683F39;
}
.BgClassName
{
background-color: #683F39;
}
</style>
border-color css
<style>
span { border-color: #683F39; }
span { border-color: rgb(104,63,57); }
td.TdClassName
{
border-color: #683F39;
}
.TagClassName
{
border-color: #683F39;
}
</style>