Shades of Copper #E6896D
Tints of Copper #E6896D
RGB
CMYK
RGB Variations
Color information
#E6896D (or 0xE6896D) is known color: Copper. HEX triplet: E6, 89 and 6D. RGB value is (230,137,109). Sum of RGB (Red+Green+Blue) = 230+137+109=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E6896D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6896D is #197692. Grayscale: #A1A1A1. Windows color (decimal): -1668755 or 7178726. OLE color: 7178726.
HSL color Cylindrical-coordinate representation of color #E6896D: hue angle of 13.88º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6896D is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 109 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.10 |
| HSL | 13.88º | 0.71% | 0.66% | - |
| HSV(B) | 13.88º | 0.53% | 0.9% | - |
| XYZ | 44.34 | 35.82 | 19.04 | - |
| YUV | 161.62 | 98.31 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 109 | 0 | 0.40 | 0.53 | 0.10 | 13.88 | 0.71 | 0.66 |
| Hex | E6 | 89 | 6D | 0 | 28 | 35 | A | E | 47 | 42 |
| Octal | 346 | 211 | 155 | 0 | 50 | 65 | 12 | 16 | 107 | 102 |
| Binary | 11100110 | 10001001 | 1101101 | 0 | 101000 | 110101 | 1010 | 1110 | 1000111 | 1000010 |
Color Harmonies of #E6896D
Complementary color
Monochromatic Colors of #E6896D
Black with #E6896D
Text Example
Text Example
White with #E6896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6896D; }
p { color: rgb(230,137,109); }
H1.HeaderClassName
{
color: #E6896D;
}
.AnyTagClassName
{
color: #E6896D;
}
</style>
background-color css
<style>
a { background-color: #E6896D; }
a { background-color: rgb(230,137,109); }
div.DivClassName
{
background-color: #E6896D;
}
.BgClassName
{
background-color: #E6896D;
}
</style>
border-color css
<style>
span { border-color: #E6896D; }
span { border-color: rgb(230,137,109); }
td.TdClassName
{
border-color: #E6896D;
}
.TagClassName
{
border-color: #E6896D;
}
</style>