Shades of Copper #E6936B
Tints of Copper #E6936B
RGB
CMYK
RGB Variations
Color information
#E6936B (or 0xE6936B) is known color: Copper. HEX triplet: E6, 93 and 6B. RGB value is (230,147,107). Sum of RGB (Red+Green+Blue) = 230+147+107=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E6936B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6936B is #196C94. Grayscale: #A7A7A7. Windows color (decimal): -1666197 or 7050214. OLE color: 7050214.
HSL color Cylindrical-coordinate representation of color #E6936B: hue angle of 19.51º 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 #E6936B is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 147 | 107 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.10 |
| HSL | 19.51º | 0.71% | 0.66% | - |
| HSV(B) | 19.51º | 0.53% | 0.9% | - |
| XYZ | 45.72 | 38.75 | 18.98 | - |
| YUV | 167.26 | 94 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 147 | 107 | 0 | 0.36 | 0.53 | 0.10 | 19.51 | 0.71 | 0.66 |
| Hex | E6 | 93 | 6B | 0 | 24 | 35 | A | 14 | 47 | 42 |
| Octal | 346 | 223 | 153 | 0 | 44 | 65 | 12 | 24 | 107 | 102 |
| Binary | 11100110 | 10010011 | 1101011 | 0 | 100100 | 110101 | 1010 | 10100 | 1000111 | 1000010 |
Color Harmonies of #E6936B
Complementary color
Monochromatic Colors of #E6936B
Black with #E6936B
Text Example
Text Example
White with #E6936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6936B; }
p { color: rgb(230,147,107); }
H1.HeaderClassName
{
color: #E6936B;
}
.AnyTagClassName
{
color: #E6936B;
}
</style>
background-color css
<style>
a { background-color: #E6936B; }
a { background-color: rgb(230,147,107); }
div.DivClassName
{
background-color: #E6936B;
}
.BgClassName
{
background-color: #E6936B;
}
</style>
border-color css
<style>
span { border-color: #E6936B; }
span { border-color: rgb(230,147,107); }
td.TdClassName
{
border-color: #E6936B;
}
.TagClassName
{
border-color: #E6936B;
}
</style>