Shades of Metallic Copper #683E36
Tints of Metallic Copper #683E36
RGB
CMYK
RGB Variations
Color information
#683E36 (or 0x683E36) is known color: Metallic Copper. HEX triplet: 68, 3E and 36. RGB value is (104,62,54). Sum of RGB (Red+Green+Blue) = 104+62+54=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 62 (24.61% from 255 or 28.18% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #683E36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683E36 is #97C1C9. Grayscale: #494949. Windows color (decimal): -9945546 or 3554920. OLE color: 3554920.
HSL color Cylindrical-coordinate representation of color #683E36: hue angle of 9.6º 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 #683E36 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 62 | 54 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.59 |
| HSL | 9.6º | 0.32% | 0.31% | - |
| HSV(B) | 9.6º | 0.48% | 0.41% | - |
| XYZ | 8.1 | 6.65 | 4.35 | - |
| YUV | 73.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 62 | 54 | 0 | 0.40 | 0.48 | 0.59 | 9.6 | 0.32 | 0.31 |
| Hex | 68 | 3E | 36 | 0 | 28 | 30 | 3B | A | 20 | 1F |
| Octal | 150 | 76 | 66 | 0 | 50 | 60 | 73 | 12 | 40 | 37 |
| Binary | 1101000 | 111110 | 110110 | 0 | 101000 | 110000 | 111011 | 1010 | 100000 | 11111 |
Color Harmonies of #683E36
Complementary color
Monochromatic Colors of #683E36
Black with #683E36
Text Example
Text Example
White with #683E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683E36; }
p { color: rgb(104,62,54); }
H1.HeaderClassName
{
color: #683E36;
}
.AnyTagClassName
{
color: #683E36;
}
</style>
background-color css
<style>
a { background-color: #683E36; }
a { background-color: rgb(104,62,54); }
div.DivClassName
{
background-color: #683E36;
}
.BgClassName
{
background-color: #683E36;
}
</style>
border-color css
<style>
span { border-color: #683E36; }
span { border-color: rgb(104,62,54); }
td.TdClassName
{
border-color: #683E36;
}
.TagClassName
{
border-color: #683E36;
}
</style>