Shades of Metallic Copper #683931
Tints of Metallic Copper #683931
RGB
CMYK
RGB Variations
Color information
#683931 (or 0x683931) is known color: Metallic Copper. HEX triplet: 68, 39 and 31. RGB value is (104,57,49). Sum of RGB (Red+Green+Blue) = 104+57+49=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #683931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683931 is #97C6CE. Grayscale: #464646. Windows color (decimal): -9946831 or 3225960. OLE color: 3225960.
HSL color Cylindrical-coordinate representation of color #683931: hue angle of 8.73º 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 #683931 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 57 | 49 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.59 |
| HSL | 8.73º | 0.36% | 0.3% | - |
| HSV(B) | 8.73º | 0.53% | 0.41% | - |
| XYZ | 7.73 | 6.09 | 3.67 | - |
| YUV | 70.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 57 | 49 | 0 | 0.45 | 0.53 | 0.59 | 8.73 | 0.36 | 0.3 |
| Hex | 68 | 39 | 31 | 0 | 2D | 35 | 3B | 9 | 24 | 1E |
| Octal | 150 | 71 | 61 | 0 | 55 | 65 | 73 | 11 | 44 | 36 |
| Binary | 1101000 | 111001 | 110001 | 0 | 101101 | 110101 | 111011 | 1001 | 100100 | 11110 |
Color Harmonies of #683931
Complementary color
Monochromatic Colors of #683931
Black with #683931
Text Example
Text Example
White with #683931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683931; }
p { color: rgb(104,57,49); }
H1.HeaderClassName
{
color: #683931;
}
.AnyTagClassName
{
color: #683931;
}
</style>
background-color css
<style>
a { background-color: #683931; }
a { background-color: rgb(104,57,49); }
div.DivClassName
{
background-color: #683931;
}
.BgClassName
{
background-color: #683931;
}
</style>
border-color css
<style>
span { border-color: #683931; }
span { border-color: rgb(104,57,49); }
td.TdClassName
{
border-color: #683931;
}
.TagClassName
{
border-color: #683931;
}
</style>