Shades of Copper #D6896C
Tints of Copper #D6896C
RGB
CMYK
RGB Variations
Color information
#D6896C (or 0xD6896C) is known color: Copper. HEX triplet: D6, 89 and 6C. RGB value is (214,137,108). Sum of RGB (Red+Green+Blue) = 214+137+108=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6896C is #297693. Grayscale: #9C9C9C. Windows color (decimal): -2717332 or 7113174. OLE color: 7113174.
HSL color Cylindrical-coordinate representation of color #D6896C: hue angle of 16.42º 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 #D6896C is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 137 | 108 | - |
| CMYK | 0 | 0.36 | 0.50 | 0.16 |
| HSL | 16.42º | 0.56% | 0.63% | - |
| HSV(B) | 16.42º | 0.5% | 0.84% | - |
| XYZ | 39.38 | 33.27 | 18.53 | - |
| YUV | 156.72 | 100.51 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 137 | 108 | 0 | 0.36 | 0.50 | 0.16 | 16.42 | 0.56 | 0.63 |
| Hex | D6 | 89 | 6C | 0 | 24 | 32 | 10 | 10 | 38 | 3F |
| Octal | 326 | 211 | 154 | 0 | 44 | 62 | 20 | 20 | 70 | 77 |
| Binary | 11010110 | 10001001 | 1101100 | 0 | 100100 | 110010 | 10000 | 10000 | 111000 | 111111 |
Color Harmonies of #D6896C
Complementary color
Monochromatic Colors of #D6896C
Black with #D6896C
Text Example
Text Example
White with #D6896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6896C; }
p { color: rgb(214,137,108); }
H1.HeaderClassName
{
color: #D6896C;
}
.AnyTagClassName
{
color: #D6896C;
}
</style>
background-color css
<style>
a { background-color: #D6896C; }
a { background-color: rgb(214,137,108); }
div.DivClassName
{
background-color: #D6896C;
}
.BgClassName
{
background-color: #D6896C;
}
</style>
border-color css
<style>
span { border-color: #D6896C; }
span { border-color: rgb(214,137,108); }
td.TdClassName
{
border-color: #D6896C;
}
.TagClassName
{
border-color: #D6896C;
}
</style>