Shades of Metallic Copper #683C35
Tints of Metallic Copper #683C35
RGB
CMYK
RGB Variations
Color information
#683C35 (or 0x683C35) is known color: Metallic Copper. HEX triplet: 68, 3C and 35. RGB value is (104,60,53). Sum of RGB (Red+Green+Blue) = 104+60+53=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 60 (23.83% from 255 or 27.65% from 217); Blue value is 53 (21.09% from 255 or 24.42% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #683C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C35 is #97C3CA. Grayscale: #484848. Windows color (decimal): -9946059 or 3488872. OLE color: 3488872.
HSL color Cylindrical-coordinate representation of color #683C35: hue angle of 8.24º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #683C35 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 60 | 53 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.59 |
| HSL | 8.24º | 0.32% | 0.31% | - |
| HSV(B) | 8.24º | 0.49% | 0.41% | - |
| XYZ | 7.97 | 6.43 | 4.19 | - |
| YUV | 72.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 53 | 0 | 0.42 | 0.49 | 0.59 | 8.24 | 0.32 | 0.31 |
| Hex | 68 | 3C | 35 | 0 | 2A | 31 | 3B | 8 | 20 | 1F |
| Octal | 150 | 74 | 65 | 0 | 52 | 61 | 73 | 10 | 40 | 37 |
| Binary | 1101000 | 111100 | 110101 | 0 | 101010 | 110001 | 111011 | 1000 | 100000 | 11111 |
Color Harmonies of #683C35
Complementary color
Monochromatic Colors of #683C35
Black with #683C35
Text Example
Text Example
White with #683C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683C35; }
p { color: rgb(104,60,53); }
H1.HeaderClassName
{
color: #683C35;
}
.AnyTagClassName
{
color: #683C35;
}
</style>
background-color css
<style>
a { background-color: #683C35; }
a { background-color: rgb(104,60,53); }
div.DivClassName
{
background-color: #683C35;
}
.BgClassName
{
background-color: #683C35;
}
</style>
border-color css
<style>
span { border-color: #683C35; }
span { border-color: rgb(104,60,53); }
td.TdClassName
{
border-color: #683C35;
}
.TagClassName
{
border-color: #683C35;
}
</style>