Shades of Dark Salmon #E6956F
Tints of Dark Salmon #E6956F
RGB
CMYK
RGB Variations
Color information
#E6956F (or 0xE6956F) is known color: Dark Salmon. HEX triplet: E6, 95 and 6F. RGB value is (230,149,111). Sum of RGB (Red+Green+Blue) = 230+149+111=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E6956F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6956F is #196A90. Grayscale: #A9A9A9. Windows color (decimal): -1665681 or 7312870. OLE color: 7312870.
HSL color Cylindrical-coordinate representation of color #E6956F: hue angle of 19.16º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E6956F is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 149 | 111 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.10 |
| HSL | 19.16º | 0.7% | 0.67% | - |
| HSV(B) | 19.16º | 0.52% | 0.9% | - |
| XYZ | 46.25 | 39.47 | 20.22 | - |
| YUV | 168.89 | 95.34 | 171.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 149 | 111 | 0 | 0.35 | 0.52 | 0.10 | 19.16 | 0.7 | 0.67 |
| Hex | E6 | 95 | 6F | 0 | 23 | 34 | A | 13 | 46 | 43 |
| Octal | 346 | 225 | 157 | 0 | 43 | 64 | 12 | 23 | 106 | 103 |
| Binary | 11100110 | 10010101 | 1101111 | 0 | 100011 | 110100 | 1010 | 10011 | 1000110 | 1000011 |
Color Harmonies of #E6956F
Complementary color
Monochromatic Colors of #E6956F
Black with #E6956F
Text Example
Text Example
White with #E6956F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6956F; }
p { color: rgb(230,149,111); }
H1.HeaderClassName
{
color: #E6956F;
}
.AnyTagClassName
{
color: #E6956F;
}
</style>
background-color css
<style>
a { background-color: #E6956F; }
a { background-color: rgb(230,149,111); }
div.DivClassName
{
background-color: #E6956F;
}
.BgClassName
{
background-color: #E6956F;
}
</style>
border-color css
<style>
span { border-color: #E6956F; }
span { border-color: rgb(230,149,111); }
td.TdClassName
{
border-color: #E6956F;
}
.TagClassName
{
border-color: #E6956F;
}
</style>