Shades of Metallic Copper #683B31
Tints of Metallic Copper #683B31
RGB
CMYK
RGB Variations
Color information
#683B31 (or 0x683B31) is known color: Metallic Copper. HEX triplet: 68, 3B and 31. RGB value is (104,59,49). Sum of RGB (Red+Green+Blue) = 104+59+49=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #683B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683B31 is #97C4CE. Grayscale: #474747. Windows color (decimal): -9946319 or 3226472. OLE color: 3226472.
HSL color Cylindrical-coordinate representation of color #683B31: hue angle of 10.91º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #683B31 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 59 | 49 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.59 |
| HSL | 10.91º | 0.36% | 0.3% | - |
| HSV(B) | 10.91º | 0.53% | 0.41% | - |
| XYZ | 7.83 | 6.29 | 3.71 | - |
| YUV | 71.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 59 | 49 | 0 | 0.43 | 0.53 | 0.59 | 10.91 | 0.36 | 0.3 |
| Hex | 68 | 3B | 31 | 0 | 2B | 35 | 3B | B | 24 | 1E |
| Octal | 150 | 73 | 61 | 0 | 53 | 65 | 73 | 13 | 44 | 36 |
| Binary | 1101000 | 111011 | 110001 | 0 | 101011 | 110101 | 111011 | 1011 | 100100 | 11110 |
Color Harmonies of #683B31
Complementary color
Monochromatic Colors of #683B31
Black with #683B31
Text Example
Text Example
White with #683B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683B31; }
p { color: rgb(104,59,49); }
H1.HeaderClassName
{
color: #683B31;
}
.AnyTagClassName
{
color: #683B31;
}
</style>
background-color css
<style>
a { background-color: #683B31; }
a { background-color: rgb(104,59,49); }
div.DivClassName
{
background-color: #683B31;
}
.BgClassName
{
background-color: #683B31;
}
</style>
border-color css
<style>
span { border-color: #683B31; }
span { border-color: rgb(104,59,49); }
td.TdClassName
{
border-color: #683B31;
}
.TagClassName
{
border-color: #683B31;
}
</style>