Shades of Copper #E6906B
Tints of Copper #E6906B
RGB
CMYK
RGB Variations
Color information
#E6906B (or 0xE6906B) is known color: Copper. HEX triplet: E6, 90 and 6B. RGB value is (230,144,107). Sum of RGB (Red+Green+Blue) = 230+144+107=481 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.82% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 230 - color contains mainly: red. Hex color #E6906B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6906B is #196F94. Grayscale: #A5A5A5. Windows color (decimal): -1666965 or 7049446. OLE color: 7049446.
HSL color Cylindrical-coordinate representation of color #E6906B: hue angle of 18.05º 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 #E6906B is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 144 | 107 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.10 |
| HSL | 18.05º | 0.71% | 0.66% | - |
| HSV(B) | 18.05º | 0.53% | 0.9% | - |
| XYZ | 45.26 | 37.83 | 18.83 | - |
| YUV | 165.5 | 94.99 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 144 | 107 | 0 | 0.37 | 0.53 | 0.10 | 18.05 | 0.71 | 0.66 |
| Hex | E6 | 90 | 6B | 0 | 25 | 35 | A | 12 | 47 | 42 |
| Octal | 346 | 220 | 153 | 0 | 45 | 65 | 12 | 22 | 107 | 102 |
| Binary | 11100110 | 10010000 | 1101011 | 0 | 100101 | 110101 | 1010 | 10010 | 1000111 | 1000010 |
Color Harmonies of #E6906B
Complementary color
Monochromatic Colors of #E6906B
Black with #E6906B
Text Example
Text Example
White with #E6906B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6906B; }
p { color: rgb(230,144,107); }
H1.HeaderClassName
{
color: #E6906B;
}
.AnyTagClassName
{
color: #E6906B;
}
</style>
background-color css
<style>
a { background-color: #E6906B; }
a { background-color: rgb(230,144,107); }
div.DivClassName
{
background-color: #E6906B;
}
.BgClassName
{
background-color: #E6906B;
}
</style>
border-color css
<style>
span { border-color: #E6906B; }
span { border-color: rgb(230,144,107); }
td.TdClassName
{
border-color: #E6906B;
}
.TagClassName
{
border-color: #E6906B;
}
</style>