Shades of Copper #E6896C
Tints of Copper #E6896C
RGB
CMYK
RGB Variations
Color information
#E6896C (or 0xE6896C) is known color: Copper. HEX triplet: E6, 89 and 6C. RGB value is (230,137,108). Sum of RGB (Red+Green+Blue) = 230+137+108=475 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.42% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 230 - color contains mainly: red. Hex color #E6896C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6896C is #197693. Grayscale: #A1A1A1. Windows color (decimal): -1668756 or 7113190. OLE color: 7113190.
HSL color Cylindrical-coordinate representation of color #E6896C: hue angle of 14.26º 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 #E6896C is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 108 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.10 |
| HSL | 14.26º | 0.71% | 0.66% | - |
| HSV(B) | 14.26º | 0.53% | 0.9% | - |
| XYZ | 44.29 | 35.8 | 18.76 | - |
| YUV | 161.5 | 97.81 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 108 | 0 | 0.40 | 0.53 | 0.10 | 14.26 | 0.71 | 0.66 |
| Hex | E6 | 89 | 6C | 0 | 28 | 35 | A | E | 47 | 42 |
| Octal | 346 | 211 | 154 | 0 | 50 | 65 | 12 | 16 | 107 | 102 |
| Binary | 11100110 | 10001001 | 1101100 | 0 | 101000 | 110101 | 1010 | 1110 | 1000111 | 1000010 |
Color Harmonies of #E6896C
Complementary color
Monochromatic Colors of #E6896C
Black with #E6896C
Text Example
Text Example
White with #E6896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6896C; }
p { color: rgb(230,137,108); }
H1.HeaderClassName
{
color: #E6896C;
}
.AnyTagClassName
{
color: #E6896C;
}
</style>
background-color css
<style>
a { background-color: #E6896C; }
a { background-color: rgb(230,137,108); }
div.DivClassName
{
background-color: #E6896C;
}
.BgClassName
{
background-color: #E6896C;
}
</style>
border-color css
<style>
span { border-color: #E6896C; }
span { border-color: rgb(230,137,108); }
td.TdClassName
{
border-color: #E6896C;
}
.TagClassName
{
border-color: #E6896C;
}
</style>