Shades of Copper #D68766
Tints of Copper #D68766
RGB
CMYK
RGB Variations
Color information
#D68766 (or 0xD68766) is known color: Copper. HEX triplet: D6, 87 and 66. RGB value is (214,135,102). Sum of RGB (Red+Green+Blue) = 214+135+102=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D68766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68766 is #297899. Grayscale: #9B9B9B. Windows color (decimal): -2717850 or 6719446. OLE color: 6719446.
HSL color Cylindrical-coordinate representation of color #D68766: hue angle of 17.68º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D68766 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 102 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.16 |
| HSL | 17.68º | 0.58% | 0.62% | - |
| HSV(B) | 17.68º | 0.52% | 0.84% | - |
| XYZ | 38.79 | 32.58 | 16.81 | - |
| YUV | 154.86 | 98.17 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 102 | 0 | 0.37 | 0.52 | 0.16 | 17.68 | 0.58 | 0.62 |
| Hex | D6 | 87 | 66 | 0 | 25 | 34 | 10 | 12 | 3A | 3E |
| Octal | 326 | 207 | 146 | 0 | 45 | 64 | 20 | 22 | 72 | 76 |
| Binary | 11010110 | 10000111 | 1100110 | 0 | 100101 | 110100 | 10000 | 10010 | 111010 | 111110 |
Color Harmonies of #D68766
Complementary color
Monochromatic Colors of #D68766
Black with #D68766
Text Example
Text Example
White with #D68766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68766; }
p { color: rgb(214,135,102); }
H1.HeaderClassName
{
color: #D68766;
}
.AnyTagClassName
{
color: #D68766;
}
</style>
background-color css
<style>
a { background-color: #D68766; }
a { background-color: rgb(214,135,102); }
div.DivClassName
{
background-color: #D68766;
}
.BgClassName
{
background-color: #D68766;
}
</style>
border-color css
<style>
span { border-color: #D68766; }
span { border-color: rgb(214,135,102); }
td.TdClassName
{
border-color: #D68766;
}
.TagClassName
{
border-color: #D68766;
}
</style>