Shades of Copper #E6896B
Tints of Copper #E6896B
RGB
CMYK
RGB Variations
Color information
#E6896B (or 0xE6896B) is known color: Copper. HEX triplet: E6, 89 and 6B. RGB value is (230,137,107). Sum of RGB (Red+Green+Blue) = 230+137+107=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 107 (42.19% from 255 or 22.57% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E6896B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6896B is #197694. Grayscale: #A1A1A1. Windows color (decimal): -1668757 or 7047654. OLE color: 7047654.
HSL color Cylindrical-coordinate representation of color #E6896B: hue angle of 14.63º 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 #E6896B is Cyan = 0, Magento = 0.40, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 107 | - |
| CMYK | 0 | 0.40 | 0.53 | 0.10 |
| HSL | 14.63º | 0.71% | 0.66% | - |
| HSV(B) | 14.63º | 0.53% | 0.9% | - |
| XYZ | 44.23 | 35.78 | 18.48 | - |
| YUV | 161.39 | 97.31 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 107 | 0 | 0.40 | 0.53 | 0.10 | 14.63 | 0.71 | 0.66 |
| Hex | E6 | 89 | 6B | 0 | 28 | 35 | A | F | 47 | 42 |
| Octal | 346 | 211 | 153 | 0 | 50 | 65 | 12 | 17 | 107 | 102 |
| Binary | 11100110 | 10001001 | 1101011 | 0 | 101000 | 110101 | 1010 | 1111 | 1000111 | 1000010 |
Color Harmonies of #E6896B
Complementary color
Monochromatic Colors of #E6896B
Black with #E6896B
Text Example
Text Example
White with #E6896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6896B; }
p { color: rgb(230,137,107); }
H1.HeaderClassName
{
color: #E6896B;
}
.AnyTagClassName
{
color: #E6896B;
}
</style>
background-color css
<style>
a { background-color: #E6896B; }
a { background-color: rgb(230,137,107); }
div.DivClassName
{
background-color: #E6896B;
}
.BgClassName
{
background-color: #E6896B;
}
</style>
border-color css
<style>
span { border-color: #E6896B; }
span { border-color: rgb(230,137,107); }
td.TdClassName
{
border-color: #E6896B;
}
.TagClassName
{
border-color: #E6896B;
}
</style>