Shades of Copper #E6886C
Tints of Copper #E6886C
RGB
CMYK
RGB Variations
Color information
#E6886C (or 0xE6886C) is known color: Copper. HEX triplet: E6, 88 and 6C. RGB value is (230,136,108). Sum of RGB (Red+Green+Blue) = 230+136+108=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 136 (53.52% from 255 or 28.69% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6886C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6886C is #197793. Grayscale: #A1A1A1. Windows color (decimal): -1669012 or 7112934. OLE color: 7112934.
HSL color Cylindrical-coordinate representation of color #E6886C: hue angle of 13.77º 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 #E6886C is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 108 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.10 |
| HSL | 13.77º | 0.71% | 0.66% | - |
| HSV(B) | 13.77º | 0.53% | 0.9% | - |
| XYZ | 44.14 | 35.51 | 18.72 | - |
| YUV | 160.91 | 98.14 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 108 | 0 | 0.41 | 0.53 | 0.10 | 13.77 | 0.71 | 0.66 |
| Hex | E6 | 88 | 6C | 0 | 29 | 35 | A | E | 47 | 42 |
| Octal | 346 | 210 | 154 | 0 | 51 | 65 | 12 | 16 | 107 | 102 |
| Binary | 11100110 | 10001000 | 1101100 | 0 | 101001 | 110101 | 1010 | 1110 | 1000111 | 1000010 |
Color Harmonies of #E6886C
Complementary color
Monochromatic Colors of #E6886C
Black with #E6886C
Text Example
Text Example
White with #E6886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6886C; }
p { color: rgb(230,136,108); }
H1.HeaderClassName
{
color: #E6886C;
}
.AnyTagClassName
{
color: #E6886C;
}
</style>
background-color css
<style>
a { background-color: #E6886C; }
a { background-color: rgb(230,136,108); }
div.DivClassName
{
background-color: #E6886C;
}
.BgClassName
{
background-color: #E6886C;
}
</style>
border-color css
<style>
span { border-color: #E6886C; }
span { border-color: rgb(230,136,108); }
td.TdClassName
{
border-color: #E6886C;
}
.TagClassName
{
border-color: #E6886C;
}
</style>