Shades of Copper #D68A6E
Tints of Copper #D68A6E
RGB
CMYK
RGB Variations
Color information
#D68A6E (or 0xD68A6E) is known color: Copper. HEX triplet: D6, 8A and 6E. RGB value is (214,138,110). Sum of RGB (Red+Green+Blue) = 214+138+110=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 138 (54.30% from 255 or 29.87% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A6E is #297591. Grayscale: #9D9D9D. Windows color (decimal): -2717074 or 7244502. OLE color: 7244502.
HSL color Cylindrical-coordinate representation of color #D68A6E: hue angle of 16.15º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D68A6E is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 110 | - |
| CMYK | 0 | 0.36 | 0.49 | 0.16 |
| HSL | 16.15º | 0.56% | 0.64% | - |
| HSV(B) | 16.15º | 0.49% | 0.84% | - |
| XYZ | 39.63 | 33.6 | 19.15 | - |
| YUV | 157.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 110 | 0 | 0.36 | 0.49 | 0.16 | 16.15 | 0.56 | 0.64 |
| Hex | D6 | 8A | 6E | 0 | 24 | 31 | 10 | 10 | 38 | 40 |
| Octal | 326 | 212 | 156 | 0 | 44 | 61 | 20 | 20 | 70 | 100 |
| Binary | 11010110 | 10001010 | 1101110 | 0 | 100100 | 110001 | 10000 | 10000 | 111000 | 1000000 |
Color Harmonies of #D68A6E
Complementary color
Monochromatic Colors of #D68A6E
Black with #D68A6E
Text Example
Text Example
White with #D68A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A6E; }
p { color: rgb(214,138,110); }
H1.HeaderClassName
{
color: #D68A6E;
}
.AnyTagClassName
{
color: #D68A6E;
}
</style>
background-color css
<style>
a { background-color: #D68A6E; }
a { background-color: rgb(214,138,110); }
div.DivClassName
{
background-color: #D68A6E;
}
.BgClassName
{
background-color: #D68A6E;
}
</style>
border-color css
<style>
span { border-color: #D68A6E; }
span { border-color: rgb(214,138,110); }
td.TdClassName
{
border-color: #D68A6E;
}
.TagClassName
{
border-color: #D68A6E;
}
</style>