Shades of Metallic Copper #683D2F
Tints of Metallic Copper #683D2F
RGB
CMYK
RGB Variations
Color information
#683D2F (or 0x683D2F) is known color: Metallic Copper. HEX triplet: 68, 3D and 2F. RGB value is (104,61,47). Sum of RGB (Red+Green+Blue) = 104+61+47=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #683D2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D2F is #97C2D0. Grayscale: #484848. Windows color (decimal): -9945809 or 3095912. OLE color: 3095912.
HSL color Cylindrical-coordinate representation of color #683D2F: hue angle of 14.74º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #683D2F is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 47 | - |
| CMYK | 0 | 0.41 | 0.55 | 0.59 |
| HSL | 14.74º | 0.38% | 0.3% | - |
| HSV(B) | 14.74º | 0.55% | 0.41% | - |
| XYZ | 7.89 | 6.49 | 3.53 | - |
| YUV | 72.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 47 | 0 | 0.41 | 0.55 | 0.59 | 14.74 | 0.38 | 0.3 |
| Hex | 68 | 3D | 2F | 0 | 29 | 37 | 3B | F | 26 | 1E |
| Octal | 150 | 75 | 57 | 0 | 51 | 67 | 73 | 17 | 46 | 36 |
| Binary | 1101000 | 111101 | 101111 | 0 | 101001 | 110111 | 111011 | 1111 | 100110 | 11110 |
Color Harmonies of #683D2F
Complementary color
Monochromatic Colors of #683D2F
Black with #683D2F
Text Example
Text Example
White with #683D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D2F; }
p { color: rgb(104,61,47); }
H1.HeaderClassName
{
color: #683D2F;
}
.AnyTagClassName
{
color: #683D2F;
}
</style>
background-color css
<style>
a { background-color: #683D2F; }
a { background-color: rgb(104,61,47); }
div.DivClassName
{
background-color: #683D2F;
}
.BgClassName
{
background-color: #683D2F;
}
</style>
border-color css
<style>
span { border-color: #683D2F; }
span { border-color: rgb(104,61,47); }
td.TdClassName
{
border-color: #683D2F;
}
.TagClassName
{
border-color: #683D2F;
}
</style>