Shades of Metallic Copper #683F32
Tints of Metallic Copper #683F32
RGB
CMYK
RGB Variations
Color information
#683F32 (or 0x683F32) is known color: Metallic Copper. HEX triplet: 68, 3F and 32. RGB value is (104,63,50). Sum of RGB (Red+Green+Blue) = 104+63+50=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 50 (19.92% from 255 or 23.04% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #683F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F32 is #97C0CD. Grayscale: #494949. Windows color (decimal): -9945294 or 3293032. OLE color: 3293032.
HSL color Cylindrical-coordinate representation of color #683F32: hue angle of 14.44º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #683F32 is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 50 | - |
| CMYK | 0 | 0.39 | 0.52 | 0.59 |
| HSL | 14.44º | 0.35% | 0.3% | - |
| HSV(B) | 14.44º | 0.52% | 0.41% | - |
| XYZ | 8.06 | 6.73 | 3.89 | - |
| YUV | 73.78 | 114.58 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 50 | 0 | 0.39 | 0.52 | 0.59 | 14.44 | 0.35 | 0.3 |
| Hex | 68 | 3F | 32 | 0 | 27 | 34 | 3B | E | 23 | 1E |
| Octal | 150 | 77 | 62 | 0 | 47 | 64 | 73 | 16 | 43 | 36 |
| Binary | 1101000 | 111111 | 110010 | 0 | 100111 | 110100 | 111011 | 1110 | 100011 | 11110 |
Color Harmonies of #683F32
Complementary color
Monochromatic Colors of #683F32
Black with #683F32
Text Example
Text Example
White with #683F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F32; }
p { color: rgb(104,63,50); }
H1.HeaderClassName
{
color: #683F32;
}
.AnyTagClassName
{
color: #683F32;
}
</style>
background-color css
<style>
a { background-color: #683F32; }
a { background-color: rgb(104,63,50); }
div.DivClassName
{
background-color: #683F32;
}
.BgClassName
{
background-color: #683F32;
}
</style>
border-color css
<style>
span { border-color: #683F32; }
span { border-color: rgb(104,63,50); }
td.TdClassName
{
border-color: #683F32;
}
.TagClassName
{
border-color: #683F32;
}
</style>