Shades of Metallic Copper #68453D
Tints of Metallic Copper #68453D
RGB
CMYK
RGB Variations
Color information
#68453D (or 0x68453D) is known color: Metallic Copper. HEX triplet: 68, 45 and 3D. RGB value is (104,69,61). Sum of RGB (Red+Green+Blue) = 104+69+61=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68453D is #97BAC2. Grayscale: #4E4E4E. Windows color (decimal): -9943747 or 4015464. OLE color: 4015464.
HSL color Cylindrical-coordinate representation of color #68453D: hue angle of 11.16º 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 #68453D is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 69 | 61 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.59 |
| HSL | 11.16º | 0.26% | 0.32% | - |
| HSV(B) | 11.16º | 0.41% | 0.41% | - |
| XYZ | 8.68 | 7.54 | 5.41 | - |
| YUV | 78.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 61 | 0 | 0.34 | 0.41 | 0.59 | 11.16 | 0.26 | 0.32 |
| Hex | 68 | 45 | 3D | 0 | 22 | 29 | 3B | B | 1A | 20 |
| Octal | 150 | 105 | 75 | 0 | 42 | 51 | 73 | 13 | 32 | 40 |
| Binary | 1101000 | 1000101 | 111101 | 0 | 100010 | 101001 | 111011 | 1011 | 11010 | 100000 |
Color Harmonies of #68453D
Complementary color
Monochromatic Colors of #68453D
Black with #68453D
Text Example
Text Example
White with #68453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68453D; }
p { color: rgb(104,69,61); }
H1.HeaderClassName
{
color: #68453D;
}
.AnyTagClassName
{
color: #68453D;
}
</style>
background-color css
<style>
a { background-color: #68453D; }
a { background-color: rgb(104,69,61); }
div.DivClassName
{
background-color: #68453D;
}
.BgClassName
{
background-color: #68453D;
}
</style>
border-color css
<style>
span { border-color: #68453D; }
span { border-color: rgb(104,69,61); }
td.TdClassName
{
border-color: #68453D;
}
.TagClassName
{
border-color: #68453D;
}
</style>