Shades of Metallic Copper #68423D
Tints of Metallic Copper #68423D
RGB
CMYK
RGB Variations
Color information
#68423D (or 0x68423D) is known color: Metallic Copper. HEX triplet: 68, 42 and 3D. RGB value is (104,66,61). Sum of RGB (Red+Green+Blue) = 104+66+61=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68423D is #97BDC2. Grayscale: #4C4C4C. Windows color (decimal): -9944515 or 4014696. OLE color: 4014696.
HSL color Cylindrical-coordinate representation of color #68423D: hue angle of 6.98º 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 #68423D is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 61 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.59 |
| HSL | 6.98º | 0.26% | 0.32% | - |
| HSV(B) | 6.98º | 0.41% | 0.41% | - |
| XYZ | 8.5 | 7.18 | 5.35 | - |
| YUV | 76.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 61 | 0 | 0.37 | 0.41 | 0.59 | 6.98 | 0.26 | 0.32 |
| Hex | 68 | 42 | 3D | 0 | 25 | 29 | 3B | 7 | 1A | 20 |
| Octal | 150 | 102 | 75 | 0 | 45 | 51 | 73 | 7 | 32 | 40 |
| Binary | 1101000 | 1000010 | 111101 | 0 | 100101 | 101001 | 111011 | 111 | 11010 | 100000 |
Color Harmonies of #68423D
Complementary color
Monochromatic Colors of #68423D
Black with #68423D
Text Example
Text Example
White with #68423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68423D; }
p { color: rgb(104,66,61); }
H1.HeaderClassName
{
color: #68423D;
}
.AnyTagClassName
{
color: #68423D;
}
</style>
background-color css
<style>
a { background-color: #68423D; }
a { background-color: rgb(104,66,61); }
div.DivClassName
{
background-color: #68423D;
}
.BgClassName
{
background-color: #68423D;
}
</style>
border-color css
<style>
span { border-color: #68423D; }
span { border-color: rgb(104,66,61); }
td.TdClassName
{
border-color: #68423D;
}
.TagClassName
{
border-color: #68423D;
}
</style>