Shades of Metallic Copper #683C37
Tints of Metallic Copper #683C37
RGB
CMYK
RGB Variations
Color information
#683C37 (or 0x683C37) is known color: Metallic Copper. HEX triplet: 68, 3C and 37. RGB value is (104,60,55). Sum of RGB (Red+Green+Blue) = 104+60+55=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 55 (21.88% from 255 or 25.11% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #683C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C37 is #97C3C8. Grayscale: #484848. Windows color (decimal): -9946057 or 3619944. OLE color: 3619944.
HSL color Cylindrical-coordinate representation of color #683C37: hue angle of 6.12º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #683C37 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 60 | 55 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.59 |
| HSL | 6.12º | 0.31% | 0.31% | - |
| HSV(B) | 6.12º | 0.47% | 0.41% | - |
| XYZ | 8.01 | 6.45 | 4.44 | - |
| YUV | 72.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 55 | 0 | 0.42 | 0.47 | 0.59 | 6.12 | 0.31 | 0.31 |
| Hex | 68 | 3C | 37 | 0 | 2A | 2F | 3B | 6 | 1F | 1F |
| Octal | 150 | 74 | 67 | 0 | 52 | 57 | 73 | 6 | 37 | 37 |
| Binary | 1101000 | 111100 | 110111 | 0 | 101010 | 101111 | 111011 | 110 | 11111 | 11111 |
Color Harmonies of #683C37
Complementary color
Monochromatic Colors of #683C37
Black with #683C37
Text Example
Text Example
White with #683C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683C37; }
p { color: rgb(104,60,55); }
H1.HeaderClassName
{
color: #683C37;
}
.AnyTagClassName
{
color: #683C37;
}
</style>
background-color css
<style>
a { background-color: #683C37; }
a { background-color: rgb(104,60,55); }
div.DivClassName
{
background-color: #683C37;
}
.BgClassName
{
background-color: #683C37;
}
</style>
border-color css
<style>
span { border-color: #683C37; }
span { border-color: rgb(104,60,55); }
td.TdClassName
{
border-color: #683C37;
}
.TagClassName
{
border-color: #683C37;
}
</style>