Shades of Copper #D68C67
Tints of Copper #D68C67
RGB
CMYK
RGB Variations
Color information
#D68C67 (or 0xD68C67) is known color: Copper. HEX triplet: D6, 8C and 67. RGB value is (214,140,103). Sum of RGB (Red+Green+Blue) = 214+140+103=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 140 (55.08% from 255 or 30.63% from 457); Blue value is 103 (40.62% from 255 or 22.54% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C67 is #297398. Grayscale: #9E9E9E. Windows color (decimal): -2716569 or 6786262. OLE color: 6786262.
HSL color Cylindrical-coordinate representation of color #D68C67: hue angle of 20º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D68C67 is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 103 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.16 |
| HSL | 20º | 0.58% | 0.62% | - |
| HSV(B) | 20º | 0.52% | 0.84% | - |
| XYZ | 39.56 | 34.03 | 17.32 | - |
| YUV | 157.91 | 97.02 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 103 | 0 | 0.35 | 0.52 | 0.16 | 20 | 0.58 | 0.62 |
| Hex | D6 | 8C | 67 | 0 | 23 | 34 | 10 | 14 | 3A | 3E |
| Octal | 326 | 214 | 147 | 0 | 43 | 64 | 20 | 24 | 72 | 76 |
| Binary | 11010110 | 10001100 | 1100111 | 0 | 100011 | 110100 | 10000 | 10100 | 111010 | 111110 |
Color Harmonies of #D68C67
Complementary color
Monochromatic Colors of #D68C67
Black with #D68C67
Text Example
Text Example
White with #D68C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C67; }
p { color: rgb(214,140,103); }
H1.HeaderClassName
{
color: #D68C67;
}
.AnyTagClassName
{
color: #D68C67;
}
</style>
background-color css
<style>
a { background-color: #D68C67; }
a { background-color: rgb(214,140,103); }
div.DivClassName
{
background-color: #D68C67;
}
.BgClassName
{
background-color: #D68C67;
}
</style>
border-color css
<style>
span { border-color: #D68C67; }
span { border-color: rgb(214,140,103); }
td.TdClassName
{
border-color: #D68C67;
}
.TagClassName
{
border-color: #D68C67;
}
</style>