Shades of Metallic Copper #683D33
Tints of Metallic Copper #683D33
RGB
CMYK
RGB Variations
Color information
#683D33 (or 0x683D33) is known color: Metallic Copper. HEX triplet: 68, 3D and 33. RGB value is (104,61,51). Sum of RGB (Red+Green+Blue) = 104+61+51=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #683D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D33 is #97C2CC. Grayscale: #484848. Windows color (decimal): -9945805 or 3358056. OLE color: 3358056.
HSL color Cylindrical-coordinate representation of color #683D33: hue angle of 11.32º 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 #683D33 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 51 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.59 |
| HSL | 11.32º | 0.34% | 0.3% | - |
| HSV(B) | 11.32º | 0.51% | 0.41% | - |
| XYZ | 7.98 | 6.52 | 3.97 | - |
| YUV | 72.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 51 | 0 | 0.41 | 0.51 | 0.59 | 11.32 | 0.34 | 0.3 |
| Hex | 68 | 3D | 33 | 0 | 29 | 33 | 3B | B | 22 | 1E |
| Octal | 150 | 75 | 63 | 0 | 51 | 63 | 73 | 13 | 42 | 36 |
| Binary | 1101000 | 111101 | 110011 | 0 | 101001 | 110011 | 111011 | 1011 | 100010 | 11110 |
Color Harmonies of #683D33
Complementary color
Monochromatic Colors of #683D33
Black with #683D33
Text Example
Text Example
White with #683D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D33; }
p { color: rgb(104,61,51); }
H1.HeaderClassName
{
color: #683D33;
}
.AnyTagClassName
{
color: #683D33;
}
</style>
background-color css
<style>
a { background-color: #683D33; }
a { background-color: rgb(104,61,51); }
div.DivClassName
{
background-color: #683D33;
}
.BgClassName
{
background-color: #683D33;
}
</style>
border-color css
<style>
span { border-color: #683D33; }
span { border-color: rgb(104,61,51); }
td.TdClassName
{
border-color: #683D33;
}
.TagClassName
{
border-color: #683D33;
}
</style>