Shades of Copper #D68668
Tints of Copper #D68668
RGB
CMYK
RGB Variations
Color information
#D68668 (or 0xD68668) is known color: Copper. HEX triplet: D6, 86 and 68. RGB value is (214,134,104). Sum of RGB (Red+Green+Blue) = 214+134+104=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D68668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68668 is #297997. Grayscale: #9A9A9A. Windows color (decimal): -2718104 or 6850262. OLE color: 6850262.
HSL color Cylindrical-coordinate representation of color #D68668: hue angle of 16.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D68668 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 134 | 104 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.16 |
| HSL | 16.36º | 0.57% | 0.62% | - |
| HSV(B) | 16.36º | 0.51% | 0.84% | - |
| XYZ | 38.76 | 32.35 | 17.3 | - |
| YUV | 154.5 | 99.5 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 134 | 104 | 0 | 0.37 | 0.51 | 0.16 | 16.36 | 0.57 | 0.62 |
| Hex | D6 | 86 | 68 | 0 | 25 | 33 | 10 | 10 | 39 | 3E |
| Octal | 326 | 206 | 150 | 0 | 45 | 63 | 20 | 20 | 71 | 76 |
| Binary | 11010110 | 10000110 | 1101000 | 0 | 100101 | 110011 | 10000 | 10000 | 111001 | 111110 |
Color Harmonies of #D68668
Complementary color
Monochromatic Colors of #D68668
Black with #D68668
Text Example
Text Example
White with #D68668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68668; }
p { color: rgb(214,134,104); }
H1.HeaderClassName
{
color: #D68668;
}
.AnyTagClassName
{
color: #D68668;
}
</style>
background-color css
<style>
a { background-color: #D68668; }
a { background-color: rgb(214,134,104); }
div.DivClassName
{
background-color: #D68668;
}
.BgClassName
{
background-color: #D68668;
}
</style>
border-color css
<style>
span { border-color: #D68668; }
span { border-color: rgb(214,134,104); }
td.TdClassName
{
border-color: #D68668;
}
.TagClassName
{
border-color: #D68668;
}
</style>