Shades of Metallic Copper #68453A
Tints of Metallic Copper #68453A
RGB
CMYK
RGB Variations
Color information
#68453A (or 0x68453A) is known color: Metallic Copper. HEX triplet: 68, 45 and 3A. RGB value is (104,69,58). Sum of RGB (Red+Green+Blue) = 104+69+58=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #68453A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68453A is #97BAC5. Grayscale: #4E4E4E. Windows color (decimal): -9943750 or 3818856. OLE color: 3818856.
HSL color Cylindrical-coordinate representation of color #68453A: hue angle of 14.35º 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 #68453A is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 69 | 58 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.59 |
| HSL | 14.35º | 0.28% | 0.32% | - |
| HSV(B) | 14.35º | 0.44% | 0.41% | - |
| XYZ | 8.6 | 7.5 | 5 | - |
| YUV | 78.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 69 | 58 | 0 | 0.34 | 0.44 | 0.59 | 14.35 | 0.28 | 0.32 |
| Hex | 68 | 45 | 3A | 0 | 22 | 2C | 3B | E | 1C | 20 |
| Octal | 150 | 105 | 72 | 0 | 42 | 54 | 73 | 16 | 34 | 40 |
| Binary | 1101000 | 1000101 | 111010 | 0 | 100010 | 101100 | 111011 | 1110 | 11100 | 100000 |
Color Harmonies of #68453A
Complementary color
Monochromatic Colors of #68453A
Black with #68453A
Text Example
Text Example
White with #68453A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68453A; }
p { color: rgb(104,69,58); }
H1.HeaderClassName
{
color: #68453A;
}
.AnyTagClassName
{
color: #68453A;
}
</style>
background-color css
<style>
a { background-color: #68453A; }
a { background-color: rgb(104,69,58); }
div.DivClassName
{
background-color: #68453A;
}
.BgClassName
{
background-color: #68453A;
}
</style>
border-color css
<style>
span { border-color: #68453A; }
span { border-color: rgb(104,69,58); }
td.TdClassName
{
border-color: #68453A;
}
.TagClassName
{
border-color: #68453A;
}
</style>