Shades of Copper #D6856B
Tints of Copper #D6856B
RGB
CMYK
RGB Variations
Color information
#D6856B (or 0xD6856B) is known color: Copper. HEX triplet: D6, 85 and 6B. RGB value is (214,133,107). Sum of RGB (Red+Green+Blue) = 214+133+107=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D6856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6856B is #297A94. Grayscale: #9A9A9A. Windows color (decimal): -2718357 or 7046614. OLE color: 7046614.
HSL color Cylindrical-coordinate representation of color #D6856B: hue angle of 14.58º degrees, saturation: 0.57, 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 #D6856B is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 107 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.16 |
| HSL | 14.58º | 0.57% | 0.63% | - |
| HSV(B) | 14.58º | 0.5% | 0.84% | - |
| XYZ | 38.77 | 32.13 | 18.07 | - |
| YUV | 154.26 | 101.34 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 107 | 0 | 0.38 | 0.50 | 0.16 | 14.58 | 0.57 | 0.63 |
| Hex | D6 | 85 | 6B | 0 | 26 | 32 | 10 | F | 39 | 3F |
| Octal | 326 | 205 | 153 | 0 | 46 | 62 | 20 | 17 | 71 | 77 |
| Binary | 11010110 | 10000101 | 1101011 | 0 | 100110 | 110010 | 10000 | 1111 | 111001 | 111111 |
Color Harmonies of #D6856B
Complementary color
Monochromatic Colors of #D6856B
Black with #D6856B
Text Example
Text Example
White with #D6856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6856B; }
p { color: rgb(214,133,107); }
H1.HeaderClassName
{
color: #D6856B;
}
.AnyTagClassName
{
color: #D6856B;
}
</style>
background-color css
<style>
a { background-color: #D6856B; }
a { background-color: rgb(214,133,107); }
div.DivClassName
{
background-color: #D6856B;
}
.BgClassName
{
background-color: #D6856B;
}
</style>
border-color css
<style>
span { border-color: #D6856B; }
span { border-color: rgb(214,133,107); }
td.TdClassName
{
border-color: #D6856B;
}
.TagClassName
{
border-color: #D6856B;
}
</style>