Shades of Copper #D6856A
Tints of Copper #D6856A
RGB
CMYK
RGB Variations
Color information
#D6856A (or 0xD6856A) is known color: Copper. HEX triplet: D6, 85 and 6A. RGB value is (214,133,106). Sum of RGB (Red+Green+Blue) = 214+133+106=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 106 (41.80% from 255 or 23.40% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6856A is #297A95. Grayscale: #9A9A9A. Windows color (decimal): -2718358 or 6981078. OLE color: 6981078.
HSL color Cylindrical-coordinate representation of color #D6856A: hue angle of 15º 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 #D6856A is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 106 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.16 |
| HSL | 15º | 0.57% | 0.63% | - |
| HSV(B) | 15º | 0.5% | 0.84% | - |
| XYZ | 38.72 | 32.11 | 17.79 | - |
| YUV | 154.14 | 100.84 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 106 | 0 | 0.38 | 0.50 | 0.16 | 15 | 0.57 | 0.63 |
| Hex | D6 | 85 | 6A | 0 | 26 | 32 | 10 | F | 39 | 3F |
| Octal | 326 | 205 | 152 | 0 | 46 | 62 | 20 | 17 | 71 | 77 |
| Binary | 11010110 | 10000101 | 1101010 | 0 | 100110 | 110010 | 10000 | 1111 | 111001 | 111111 |
Color Harmonies of #D6856A
Complementary color
Monochromatic Colors of #D6856A
Black with #D6856A
Text Example
Text Example
White with #D6856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6856A; }
p { color: rgb(214,133,106); }
H1.HeaderClassName
{
color: #D6856A;
}
.AnyTagClassName
{
color: #D6856A;
}
</style>
background-color css
<style>
a { background-color: #D6856A; }
a { background-color: rgb(214,133,106); }
div.DivClassName
{
background-color: #D6856A;
}
.BgClassName
{
background-color: #D6856A;
}
</style>
border-color css
<style>
span { border-color: #D6856A; }
span { border-color: rgb(214,133,106); }
td.TdClassName
{
border-color: #D6856A;
}
.TagClassName
{
border-color: #D6856A;
}
</style>