Shades of Metallic Copper #683D38
Tints of Metallic Copper #683D38
RGB
CMYK
RGB Variations
Color information
#683D38 (or 0x683D38) is known color: Metallic Copper. HEX triplet: 68, 3D and 38. RGB value is (104,61,56). Sum of RGB (Red+Green+Blue) = 104+61+56=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 61 (24.22% from 255 or 27.60% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #683D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D38 is #97C2C7. Grayscale: #494949. Windows color (decimal): -9945800 or 3685736. OLE color: 3685736.
HSL color Cylindrical-coordinate representation of color #683D38: hue angle of 6.25º 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 #683D38 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 56 | - |
| CMYK | 0 | 0.41 | 0.46 | 0.59 |
| HSL | 6.25º | 0.3% | 0.31% | - |
| HSV(B) | 6.25º | 0.46% | 0.41% | - |
| XYZ | 8.09 | 6.57 | 4.58 | - |
| YUV | 73.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 56 | 0 | 0.41 | 0.46 | 0.59 | 6.25 | 0.3 | 0.31 |
| Hex | 68 | 3D | 38 | 0 | 29 | 2E | 3B | 6 | 1E | 1F |
| Octal | 150 | 75 | 70 | 0 | 51 | 56 | 73 | 6 | 36 | 37 |
| Binary | 1101000 | 111101 | 111000 | 0 | 101001 | 101110 | 111011 | 110 | 11110 | 11111 |
Color Harmonies of #683D38
Complementary color
Monochromatic Colors of #683D38
Black with #683D38
Text Example
Text Example
White with #683D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D38; }
p { color: rgb(104,61,56); }
H1.HeaderClassName
{
color: #683D38;
}
.AnyTagClassName
{
color: #683D38;
}
</style>
background-color css
<style>
a { background-color: #683D38; }
a { background-color: rgb(104,61,56); }
div.DivClassName
{
background-color: #683D38;
}
.BgClassName
{
background-color: #683D38;
}
</style>
border-color css
<style>
span { border-color: #683D38; }
span { border-color: rgb(104,61,56); }
td.TdClassName
{
border-color: #683D38;
}
.TagClassName
{
border-color: #683D38;
}
</style>