Shades of Metallic Copper #683E38
Tints of Metallic Copper #683E38
RGB
CMYK
RGB Variations
Color information
#683E38 (or 0x683E38) is known color: Metallic Copper. HEX triplet: 68, 3E and 38. RGB value is (104,62,56). Sum of RGB (Red+Green+Blue) = 104+62+56=222 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.85% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 104 - color contains mainly: red. Hex color #683E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683E38 is #97C1C7. Grayscale: #494949. Windows color (decimal): -9945544 or 3685992. OLE color: 3685992.
HSL color Cylindrical-coordinate representation of color #683E38: hue angle of 7.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #683E38 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 62 | 56 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.59 |
| HSL | 7.5º | 0.3% | 0.31% | - |
| HSV(B) | 7.5º | 0.46% | 0.41% | - |
| XYZ | 8.15 | 6.67 | 4.6 | - |
| YUV | 73.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 62 | 56 | 0 | 0.40 | 0.46 | 0.59 | 7.5 | 0.3 | 0.31 |
| Hex | 68 | 3E | 38 | 0 | 28 | 2E | 3B | 8 | 1E | 1F |
| Octal | 150 | 76 | 70 | 0 | 50 | 56 | 73 | 10 | 36 | 37 |
| Binary | 1101000 | 111110 | 111000 | 0 | 101000 | 101110 | 111011 | 1000 | 11110 | 11111 |
Color Harmonies of #683E38
Complementary color
Monochromatic Colors of #683E38
Black with #683E38
Text Example
Text Example
White with #683E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683E38; }
p { color: rgb(104,62,56); }
H1.HeaderClassName
{
color: #683E38;
}
.AnyTagClassName
{
color: #683E38;
}
</style>
background-color css
<style>
a { background-color: #683E38; }
a { background-color: rgb(104,62,56); }
div.DivClassName
{
background-color: #683E38;
}
.BgClassName
{
background-color: #683E38;
}
</style>
border-color css
<style>
span { border-color: #683E38; }
span { border-color: rgb(104,62,56); }
td.TdClassName
{
border-color: #683E38;
}
.TagClassName
{
border-color: #683E38;
}
</style>