Shades of Metallic Copper #683F36
Tints of Metallic Copper #683F36
RGB
CMYK
RGB Variations
Color information
#683F36 (or 0x683F36) is known color: Metallic Copper. HEX triplet: 68, 3F and 36. RGB value is (104,63,54). Sum of RGB (Red+Green+Blue) = 104+63+54=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 63 (25% from 255 or 28.51% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #683F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683F36 is #97C0C9. Grayscale: #4A4A4A. Windows color (decimal): -9945290 or 3555176. OLE color: 3555176.
HSL color Cylindrical-coordinate representation of color #683F36: hue angle of 10.8º 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 #683F36 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 54 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.59 |
| HSL | 10.8º | 0.32% | 0.31% | - |
| HSV(B) | 10.8º | 0.48% | 0.41% | - |
| XYZ | 8.15 | 6.76 | 4.37 | - |
| YUV | 74.23 | 116.58 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 54 | 0 | 0.39 | 0.48 | 0.59 | 10.8 | 0.32 | 0.31 |
| Hex | 68 | 3F | 36 | 0 | 27 | 30 | 3B | B | 20 | 1F |
| Octal | 150 | 77 | 66 | 0 | 47 | 60 | 73 | 13 | 40 | 37 |
| Binary | 1101000 | 111111 | 110110 | 0 | 100111 | 110000 | 111011 | 1011 | 100000 | 11111 |
Color Harmonies of #683F36
Complementary color
Monochromatic Colors of #683F36
Black with #683F36
Text Example
Text Example
White with #683F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F36; }
p { color: rgb(104,63,54); }
H1.HeaderClassName
{
color: #683F36;
}
.AnyTagClassName
{
color: #683F36;
}
</style>
background-color css
<style>
a { background-color: #683F36; }
a { background-color: rgb(104,63,54); }
div.DivClassName
{
background-color: #683F36;
}
.BgClassName
{
background-color: #683F36;
}
</style>
border-color css
<style>
span { border-color: #683F36; }
span { border-color: rgb(104,63,54); }
td.TdClassName
{
border-color: #683F36;
}
.TagClassName
{
border-color: #683F36;
}
</style>