Shades of Copper #E6956B
Tints of Copper #E6956B
RGB
CMYK
RGB Variations
Color information
#E6956B (or 0xE6956B) is known color: Copper. HEX triplet: E6, 95 and 6B. RGB value is (230,149,107). Sum of RGB (Red+Green+Blue) = 230+149+107=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6956B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6956B is #196A94. Grayscale: #A8A8A8. Windows color (decimal): -1665685 or 7050726. OLE color: 7050726.
HSL color Cylindrical-coordinate representation of color #E6956B: hue angle of 20.49º 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 #E6956B is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 107 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.10 |
| HSL | 20.49º | 0.71% | 0.66% | - |
| HSV(B) | 20.49º | 0.53% | 0.9% | - |
| XYZ | 46.03 | 39.38 | 19.08 | - |
| YUV | 168.43 | 93.34 | 171.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 107 | 0 | 0.35 | 0.53 | 0.10 | 20.49 | 0.71 | 0.66 |
| Hex | E6 | 95 | 6B | 0 | 23 | 35 | A | 14 | 47 | 42 |
| Octal | 346 | 225 | 153 | 0 | 43 | 65 | 12 | 24 | 107 | 102 |
| Binary | 11100110 | 10010101 | 1101011 | 0 | 100011 | 110101 | 1010 | 10100 | 1000111 | 1000010 |
Color Harmonies of #E6956B
Complementary color
Monochromatic Colors of #E6956B
Black with #E6956B
Text Example
Text Example
White with #E6956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6956B; }
p { color: rgb(230,149,107); }
H1.HeaderClassName
{
color: #E6956B;
}
.AnyTagClassName
{
color: #E6956B;
}
</style>
background-color css
<style>
a { background-color: #E6956B; }
a { background-color: rgb(230,149,107); }
div.DivClassName
{
background-color: #E6956B;
}
.BgClassName
{
background-color: #E6956B;
}
</style>
border-color css
<style>
span { border-color: #E6956B; }
span { border-color: rgb(230,149,107); }
td.TdClassName
{
border-color: #E6956B;
}
.TagClassName
{
border-color: #E6956B;
}
</style>