Shades of Copper #E68367
Tints of Copper #E68367
RGB
CMYK
RGB Variations
Color information
#E68367 (or 0xE68367) is known color: Copper. HEX triplet: E6, 83 and 67. RGB value is (230,131,103). Sum of RGB (Red+Green+Blue) = 230+131+103=464 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.57% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 103 (40.62% from 255 or 22.20% from 464); Max value from RGB is 230 - color contains mainly: red. Hex color #E68367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68367 is #197C98. Grayscale: #9D9D9D. Windows color (decimal): -1670297 or 6783974. OLE color: 6783974.
HSL color Cylindrical-coordinate representation of color #E68367: hue angle of 13.23º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E68367 is Cyan = 0, Magento = 0.43, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 103 | - |
| CMYK | 0 | 0.43 | 0.55 | 0.10 |
| HSL | 13.23º | 0.72% | 0.65% | - |
| HSV(B) | 13.23º | 0.55% | 0.9% | - |
| XYZ | 43.2 | 34.03 | 17.12 | - |
| YUV | 157.41 | 97.3 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 103 | 0 | 0.43 | 0.55 | 0.10 | 13.23 | 0.72 | 0.65 |
| Hex | E6 | 83 | 67 | 0 | 2B | 37 | A | D | 48 | 41 |
| Octal | 346 | 203 | 147 | 0 | 53 | 67 | 12 | 15 | 110 | 101 |
| Binary | 11100110 | 10000011 | 1100111 | 0 | 101011 | 110111 | 1010 | 1101 | 1001000 | 1000001 |
Color Harmonies of #E68367
Complementary color
Monochromatic Colors of #E68367
Black with #E68367
Text Example
Text Example
White with #E68367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68367; }
p { color: rgb(230,131,103); }
H1.HeaderClassName
{
color: #E68367;
}
.AnyTagClassName
{
color: #E68367;
}
</style>
background-color css
<style>
a { background-color: #E68367; }
a { background-color: rgb(230,131,103); }
div.DivClassName
{
background-color: #E68367;
}
.BgClassName
{
background-color: #E68367;
}
</style>
border-color css
<style>
span { border-color: #E68367; }
span { border-color: rgb(230,131,103); }
td.TdClassName
{
border-color: #E68367;
}
.TagClassName
{
border-color: #E68367;
}
</style>