Shades of Metallic Copper #683933
Tints of Metallic Copper #683933
RGB
CMYK
RGB Variations
Color information
#683933 (or 0x683933) is known color: Metallic Copper. HEX triplet: 68, 39 and 33. RGB value is (104,57,51). Sum of RGB (Red+Green+Blue) = 104+57+51=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #683933 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683933 is #97C6CC. Grayscale: #464646. Windows color (decimal): -9946829 or 3357032. OLE color: 3357032.
HSL color Cylindrical-coordinate representation of color #683933: hue angle of 6.79º 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 #683933 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 51 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.59 |
| HSL | 6.79º | 0.34% | 0.3% | - |
| HSV(B) | 6.79º | 0.51% | 0.41% | - |
| XYZ | 7.77 | 6.11 | 3.9 | - |
| YUV | 70.37 | 117.07 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 51 | 0 | 0.45 | 0.51 | 0.59 | 6.79 | 0.34 | 0.3 |
| Hex | 68 | 39 | 33 | 0 | 2D | 33 | 3B | 7 | 22 | 1E |
| Octal | 150 | 71 | 63 | 0 | 55 | 63 | 73 | 7 | 42 | 36 |
| Binary | 1101000 | 111001 | 110011 | 0 | 101101 | 110011 | 111011 | 111 | 100010 | 11110 |
Color Harmonies of #683933
Complementary color
Monochromatic Colors of #683933
Black with #683933
Text Example
Text Example
White with #683933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683933; }
p { color: rgb(104,57,51); }
H1.HeaderClassName
{
color: #683933;
}
.AnyTagClassName
{
color: #683933;
}
</style>
background-color css
<style>
a { background-color: #683933; }
a { background-color: rgb(104,57,51); }
div.DivClassName
{
background-color: #683933;
}
.BgClassName
{
background-color: #683933;
}
</style>
border-color css
<style>
span { border-color: #683933; }
span { border-color: rgb(104,57,51); }
td.TdClassName
{
border-color: #683933;
}
.TagClassName
{
border-color: #683933;
}
</style>