Shades of Metallic Copper #683C33
Tints of Metallic Copper #683C33
RGB
CMYK
RGB Variations
Color information
#683C33 (or 0x683C33) is known color: Metallic Copper. HEX triplet: 68, 3C and 33. RGB value is (104,60,51). Sum of RGB (Red+Green+Blue) = 104+60+51=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 60 (23.83% from 255 or 27.91% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #683C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683C33 is #97C3CC. Grayscale: #484848. Windows color (decimal): -9946061 or 3357800. OLE color: 3357800.
HSL color Cylindrical-coordinate representation of color #683C33: hue angle of 10.19º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #683C33 is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 60 | 51 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.59 |
| HSL | 10.19º | 0.34% | 0.3% | - |
| HSV(B) | 10.19º | 0.51% | 0.41% | - |
| XYZ | 7.92 | 6.41 | 3.95 | - |
| YUV | 72.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 60 | 51 | 0 | 0.42 | 0.51 | 0.59 | 10.19 | 0.34 | 0.3 |
| Hex | 68 | 3C | 33 | 0 | 2A | 33 | 3B | A | 22 | 1E |
| Octal | 150 | 74 | 63 | 0 | 52 | 63 | 73 | 12 | 42 | 36 |
| Binary | 1101000 | 111100 | 110011 | 0 | 101010 | 110011 | 111011 | 1010 | 100010 | 11110 |
Color Harmonies of #683C33
Complementary color
Monochromatic Colors of #683C33
Black with #683C33
Text Example
Text Example
White with #683C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683C33; }
p { color: rgb(104,60,51); }
H1.HeaderClassName
{
color: #683C33;
}
.AnyTagClassName
{
color: #683C33;
}
</style>
background-color css
<style>
a { background-color: #683C33; }
a { background-color: rgb(104,60,51); }
div.DivClassName
{
background-color: #683C33;
}
.BgClassName
{
background-color: #683C33;
}
</style>
border-color css
<style>
span { border-color: #683C33; }
span { border-color: rgb(104,60,51); }
td.TdClassName
{
border-color: #683C33;
}
.TagClassName
{
border-color: #683C33;
}
</style>