Shades of Metallic Copper #68403A
Tints of Metallic Copper #68403A
RGB
CMYK
RGB Variations
Color information
#68403A (or 0x68403A) is known color: Metallic Copper. HEX triplet: 68, 40 and 3A. RGB value is (104,64,58). Sum of RGB (Red+Green+Blue) = 104+64+58=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #68403A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68403A is #97BFC5. Grayscale: #4B4B4B. Windows color (decimal): -9945030 or 3817576. OLE color: 3817576.
HSL color Cylindrical-coordinate representation of color #68403A: hue angle of 7.83º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68403A is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 64 | 58 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.59 |
| HSL | 7.83º | 0.28% | 0.32% | - |
| HSV(B) | 7.83º | 0.44% | 0.41% | - |
| XYZ | 8.31 | 6.92 | 4.9 | - |
| YUV | 75.28 | 118.25 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 58 | 0 | 0.38 | 0.44 | 0.59 | 7.83 | 0.28 | 0.32 |
| Hex | 68 | 40 | 3A | 0 | 26 | 2C | 3B | 8 | 1C | 20 |
| Octal | 150 | 100 | 72 | 0 | 46 | 54 | 73 | 10 | 34 | 40 |
| Binary | 1101000 | 1000000 | 111010 | 0 | 100110 | 101100 | 111011 | 1000 | 11100 | 100000 |
Color Harmonies of #68403A
Complementary color
Monochromatic Colors of #68403A
Black with #68403A
Text Example
Text Example
White with #68403A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68403A; }
p { color: rgb(104,64,58); }
H1.HeaderClassName
{
color: #68403A;
}
.AnyTagClassName
{
color: #68403A;
}
</style>
background-color css
<style>
a { background-color: #68403A; }
a { background-color: rgb(104,64,58); }
div.DivClassName
{
background-color: #68403A;
}
.BgClassName
{
background-color: #68403A;
}
</style>
border-color css
<style>
span { border-color: #68403A; }
span { border-color: rgb(104,64,58); }
td.TdClassName
{
border-color: #68403A;
}
.TagClassName
{
border-color: #68403A;
}
</style>