Shades of Metallic Copper #68443E
Tints of Metallic Copper #68443E
RGB
CMYK
RGB Variations
Color information
#68443E (or 0x68443E) is known color: Metallic Copper. HEX triplet: 68, 44 and 3E. RGB value is (104,68,62). Sum of RGB (Red+Green+Blue) = 104+68+62=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68443E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68443E is #97BBC1. Grayscale: #4E4E4E. Windows color (decimal): -9944002 or 4080744. OLE color: 4080744.
HSL color Cylindrical-coordinate representation of color #68443E: hue angle of 8.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68443E is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 68 | 62 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.59 |
| HSL | 8.57º | 0.25% | 0.33% | - |
| HSV(B) | 8.57º | 0.4% | 0.41% | - |
| XYZ | 8.65 | 7.43 | 5.53 | - |
| YUV | 78.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 68 | 62 | 0 | 0.35 | 0.40 | 0.59 | 8.57 | 0.25 | 0.33 |
| Hex | 68 | 44 | 3E | 0 | 23 | 28 | 3B | 9 | 19 | 21 |
| Octal | 150 | 104 | 76 | 0 | 43 | 50 | 73 | 11 | 31 | 41 |
| Binary | 1101000 | 1000100 | 111110 | 0 | 100011 | 101000 | 111011 | 1001 | 11001 | 100001 |
Color Harmonies of #68443E
Complementary color
Monochromatic Colors of #68443E
Black with #68443E
Text Example
Text Example
White with #68443E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68443E; }
p { color: rgb(104,68,62); }
H1.HeaderClassName
{
color: #68443E;
}
.AnyTagClassName
{
color: #68443E;
}
</style>
background-color css
<style>
a { background-color: #68443E; }
a { background-color: rgb(104,68,62); }
div.DivClassName
{
background-color: #68443E;
}
.BgClassName
{
background-color: #68443E;
}
</style>
border-color css
<style>
span { border-color: #68443E; }
span { border-color: rgb(104,68,62); }
td.TdClassName
{
border-color: #68443E;
}
.TagClassName
{
border-color: #68443E;
}
</style>