Shades of Metallic Copper #68413D
Tints of Metallic Copper #68413D
RGB
CMYK
RGB Variations
Color information
#68413D (or 0x68413D) is known color: Metallic Copper. HEX triplet: 68, 41 and 3D. RGB value is (104,65,61). Sum of RGB (Red+Green+Blue) = 104+65+61=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68413D is #97BEC2. Grayscale: #4C4C4C. Windows color (decimal): -9944771 or 4014440. OLE color: 4014440.
HSL color Cylindrical-coordinate representation of color #68413D: hue angle of 5.58º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68413D is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 65 | 61 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.59 |
| HSL | 5.58º | 0.26% | 0.32% | - |
| HSV(B) | 5.58º | 0.41% | 0.41% | - |
| XYZ | 8.44 | 7.06 | 5.33 | - |
| YUV | 76.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 61 | 0 | 0.38 | 0.41 | 0.59 | 5.58 | 0.26 | 0.32 |
| Hex | 68 | 41 | 3D | 0 | 26 | 29 | 3B | 6 | 1A | 20 |
| Octal | 150 | 101 | 75 | 0 | 46 | 51 | 73 | 6 | 32 | 40 |
| Binary | 1101000 | 1000001 | 111101 | 0 | 100110 | 101001 | 111011 | 110 | 11010 | 100000 |
Color Harmonies of #68413D
Complementary color
Monochromatic Colors of #68413D
Black with #68413D
Text Example
Text Example
White with #68413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68413D; }
p { color: rgb(104,65,61); }
H1.HeaderClassName
{
color: #68413D;
}
.AnyTagClassName
{
color: #68413D;
}
</style>
background-color css
<style>
a { background-color: #68413D; }
a { background-color: rgb(104,65,61); }
div.DivClassName
{
background-color: #68413D;
}
.BgClassName
{
background-color: #68413D;
}
</style>
border-color css
<style>
span { border-color: #68413D; }
span { border-color: rgb(104,65,61); }
td.TdClassName
{
border-color: #68413D;
}
.TagClassName
{
border-color: #68413D;
}
</style>