Shades of Copper #D68861
Tints of Copper #D68861
RGB
CMYK
RGB Variations
Color information
#D68861 (or 0xD68861) is known color: Copper. HEX triplet: D6, 88 and 61. RGB value is (214,136,97). Sum of RGB (Red+Green+Blue) = 214+136+97=447 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.87% from 447); Green value is 136 (53.52% from 255 or 30.43% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 214 - color contains mainly: red. Hex color #D68861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68861 is #29779E. Grayscale: #9B9B9B. Windows color (decimal): -2717599 or 6392022. OLE color: 6392022.
HSL color Cylindrical-coordinate representation of color #D68861: hue angle of 20º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D68861 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 136 | 97 | - |
| CMYK | 0 | 0.36 | 0.55 | 0.16 |
| HSL | 20º | 0.59% | 0.61% | - |
| HSV(B) | 20º | 0.55% | 0.84% | - |
| XYZ | 38.69 | 32.77 | 15.59 | - |
| YUV | 154.88 | 95.34 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 136 | 97 | 0 | 0.36 | 0.55 | 0.16 | 20 | 0.59 | 0.61 |
| Hex | D6 | 88 | 61 | 0 | 24 | 37 | 10 | 14 | 3B | 3D |
| Octal | 326 | 210 | 141 | 0 | 44 | 67 | 20 | 24 | 73 | 75 |
| Binary | 11010110 | 10001000 | 1100001 | 0 | 100100 | 110111 | 10000 | 10100 | 111011 | 111101 |
Color Harmonies of #D68861
Complementary color
Monochromatic Colors of #D68861
Black with #D68861
Text Example
Text Example
White with #D68861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68861; }
p { color: rgb(214,136,97); }
H1.HeaderClassName
{
color: #D68861;
}
.AnyTagClassName
{
color: #D68861;
}
</style>
background-color css
<style>
a { background-color: #D68861; }
a { background-color: rgb(214,136,97); }
div.DivClassName
{
background-color: #D68861;
}
.BgClassName
{
background-color: #D68861;
}
</style>
border-color css
<style>
span { border-color: #D68861; }
span { border-color: rgb(214,136,97); }
td.TdClassName
{
border-color: #D68861;
}
.TagClassName
{
border-color: #D68861;
}
</style>