Shades of Copper #D6856C
Tints of Copper #D6856C
RGB
CMYK
RGB Variations
Color information
#D6856C (or 0xD6856C) is known color: Copper. HEX triplet: D6, 85 and 6C. RGB value is (214,133,108). Sum of RGB (Red+Green+Blue) = 214+133+108=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D6856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6856C is #297A93. Grayscale: #9A9A9A. Windows color (decimal): -2718356 or 7112150. OLE color: 7112150.
HSL color Cylindrical-coordinate representation of color #D6856C: hue angle of 14.15º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6856C is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 108 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.16 |
| HSL | 14.15º | 0.56% | 0.63% | - |
| HSV(B) | 14.15º | 0.5% | 0.84% | - |
| XYZ | 38.83 | 32.15 | 18.35 | - |
| YUV | 154.37 | 101.84 | 170.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 108 | 0 | 0.38 | 0.50 | 0.16 | 14.15 | 0.56 | 0.63 |
| Hex | D6 | 85 | 6C | 0 | 26 | 32 | 10 | E | 38 | 3F |
| Octal | 326 | 205 | 154 | 0 | 46 | 62 | 20 | 16 | 70 | 77 |
| Binary | 11010110 | 10000101 | 1101100 | 0 | 100110 | 110010 | 10000 | 1110 | 111000 | 111111 |
Color Harmonies of #D6856C
Complementary color
Monochromatic Colors of #D6856C
Black with #D6856C
Text Example
Text Example
White with #D6856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6856C; }
p { color: rgb(214,133,108); }
H1.HeaderClassName
{
color: #D6856C;
}
.AnyTagClassName
{
color: #D6856C;
}
</style>
background-color css
<style>
a { background-color: #D6856C; }
a { background-color: rgb(214,133,108); }
div.DivClassName
{
background-color: #D6856C;
}
.BgClassName
{
background-color: #D6856C;
}
</style>
border-color css
<style>
span { border-color: #D6856C; }
span { border-color: rgb(214,133,108); }
td.TdClassName
{
border-color: #D6856C;
}
.TagClassName
{
border-color: #D6856C;
}
</style>