Shades of Metallic Copper #683D36
Tints of Metallic Copper #683D36
RGB
CMYK
RGB Variations
Color information
#683D36 (or 0x683D36) is known color: Metallic Copper. HEX triplet: 68, 3D and 36. RGB value is (104,61,54). Sum of RGB (Red+Green+Blue) = 104+61+54=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 61 (24.22% from 255 or 27.85% from 219); Blue value is 54 (21.48% from 255 or 24.66% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #683D36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D36 is #97C2C9. Grayscale: #494949. Windows color (decimal): -9945802 or 3554664. OLE color: 3554664.
HSL color Cylindrical-coordinate representation of color #683D36: hue angle of 8.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #683D36 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 54 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.59 |
| HSL | 8.4º | 0.32% | 0.31% | - |
| HSV(B) | 8.4º | 0.48% | 0.41% | - |
| XYZ | 8.04 | 6.55 | 4.33 | - |
| YUV | 73.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 54 | 0 | 0.41 | 0.48 | 0.59 | 8.4 | 0.32 | 0.31 |
| Hex | 68 | 3D | 36 | 0 | 29 | 30 | 3B | 8 | 20 | 1F |
| Octal | 150 | 75 | 66 | 0 | 51 | 60 | 73 | 10 | 40 | 37 |
| Binary | 1101000 | 111101 | 110110 | 0 | 101001 | 110000 | 111011 | 1000 | 100000 | 11111 |
Color Harmonies of #683D36
Complementary color
Monochromatic Colors of #683D36
Black with #683D36
Text Example
Text Example
White with #683D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D36; }
p { color: rgb(104,61,54); }
H1.HeaderClassName
{
color: #683D36;
}
.AnyTagClassName
{
color: #683D36;
}
</style>
background-color css
<style>
a { background-color: #683D36; }
a { background-color: rgb(104,61,54); }
div.DivClassName
{
background-color: #683D36;
}
.BgClassName
{
background-color: #683D36;
}
</style>
border-color css
<style>
span { border-color: #683D36; }
span { border-color: rgb(104,61,54); }
td.TdClassName
{
border-color: #683D36;
}
.TagClassName
{
border-color: #683D36;
}
</style>