Shades of Copper #E68765
Tints of Copper #E68765
RGB
CMYK
RGB Variations
Color information
#E68765 (or 0xE68765) is known color: Copper. HEX triplet: E6, 87 and 65. RGB value is (230,135,101). Sum of RGB (Red+Green+Blue) = 230+135+101=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E68765 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68765 is #19789A. Grayscale: #9F9F9F. Windows color (decimal): -1669275 or 6653926. OLE color: 6653926.
HSL color Cylindrical-coordinate representation of color #E68765: hue angle of 15.81º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E68765 is Cyan = 0, Magento = 0.41, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 101 | - |
| CMYK | 0 | 0.41 | 0.56 | 0.10 |
| HSL | 15.81º | 0.72% | 0.65% | - |
| HSV(B) | 15.81º | 0.56% | 0.9% | - |
| XYZ | 43.65 | 35.09 | 16.78 | - |
| YUV | 159.53 | 94.97 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 101 | 0 | 0.41 | 0.56 | 0.10 | 15.81 | 0.72 | 0.65 |
| Hex | E6 | 87 | 65 | 0 | 29 | 38 | A | 10 | 48 | 41 |
| Octal | 346 | 207 | 145 | 0 | 51 | 70 | 12 | 20 | 110 | 101 |
| Binary | 11100110 | 10000111 | 1100101 | 0 | 101001 | 111000 | 1010 | 10000 | 1001000 | 1000001 |
Color Harmonies of #E68765
Complementary color
Monochromatic Colors of #E68765
Black with #E68765
Text Example
Text Example
White with #E68765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68765; }
p { color: rgb(230,135,101); }
H1.HeaderClassName
{
color: #E68765;
}
.AnyTagClassName
{
color: #E68765;
}
</style>
background-color css
<style>
a { background-color: #E68765; }
a { background-color: rgb(230,135,101); }
div.DivClassName
{
background-color: #E68765;
}
.BgClassName
{
background-color: #E68765;
}
</style>
border-color css
<style>
span { border-color: #E68765; }
span { border-color: rgb(230,135,101); }
td.TdClassName
{
border-color: #E68765;
}
.TagClassName
{
border-color: #E68765;
}
</style>