Shades of Copper #D6856D
Tints of Copper #D6856D
RGB
CMYK
RGB Variations
Color information
#D6856D (or 0xD6856D) is known color: Copper. HEX triplet: D6, 85 and 6D. RGB value is (214,133,109). Sum of RGB (Red+Green+Blue) = 214+133+109=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 109 (42.97% from 255 or 23.90% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D6856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6856D is #297A92. Grayscale: #9A9A9A. Windows color (decimal): -2718355 or 7177686. OLE color: 7177686.
HSL color Cylindrical-coordinate representation of color #D6856D: hue angle of 13.71º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6856D is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 109 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.16 |
| HSL | 13.71º | 0.56% | 0.63% | - |
| HSV(B) | 13.71º | 0.49% | 0.84% | - |
| XYZ | 38.88 | 32.18 | 18.63 | - |
| YUV | 154.48 | 102.34 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 109 | 0 | 0.38 | 0.49 | 0.16 | 13.71 | 0.56 | 0.63 |
| Hex | D6 | 85 | 6D | 0 | 26 | 31 | 10 | E | 38 | 3F |
| Octal | 326 | 205 | 155 | 0 | 46 | 61 | 20 | 16 | 70 | 77 |
| Binary | 11010110 | 10000101 | 1101101 | 0 | 100110 | 110001 | 10000 | 1110 | 111000 | 111111 |
Color Harmonies of #D6856D
Complementary color
Monochromatic Colors of #D6856D
Black with #D6856D
Text Example
Text Example
White with #D6856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6856D; }
p { color: rgb(214,133,109); }
H1.HeaderClassName
{
color: #D6856D;
}
.AnyTagClassName
{
color: #D6856D;
}
</style>
background-color css
<style>
a { background-color: #D6856D; }
a { background-color: rgb(214,133,109); }
div.DivClassName
{
background-color: #D6856D;
}
.BgClassName
{
background-color: #D6856D;
}
</style>
border-color css
<style>
span { border-color: #D6856D; }
span { border-color: rgb(214,133,109); }
td.TdClassName
{
border-color: #D6856D;
}
.TagClassName
{
border-color: #D6856D;
}
</style>