Shades of Dark Salmon #E6976D
Tints of Dark Salmon #E6976D
RGB
CMYK
RGB Variations
Color information
#E6976D (or 0xE6976D) is known color: Dark Salmon. HEX triplet: E6, 97 and 6D. RGB value is (230,151,109). Sum of RGB (Red+Green+Blue) = 230+151+109=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E6976D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6976D is #196892. Grayscale: #AAAAAA. Windows color (decimal): -1665171 or 7182310. OLE color: 7182310.
HSL color Cylindrical-coordinate representation of color #E6976D: hue angle of 20.83º 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 #E6976D is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 151 | 109 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.10 |
| HSL | 20.83º | 0.71% | 0.66% | - |
| HSV(B) | 20.83º | 0.53% | 0.9% | - |
| XYZ | 46.46 | 40.06 | 19.75 | - |
| YUV | 169.83 | 93.67 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 151 | 109 | 0 | 0.34 | 0.53 | 0.10 | 20.83 | 0.71 | 0.66 |
| Hex | E6 | 97 | 6D | 0 | 22 | 35 | A | 15 | 47 | 42 |
| Octal | 346 | 227 | 155 | 0 | 42 | 65 | 12 | 25 | 107 | 102 |
| Binary | 11100110 | 10010111 | 1101101 | 0 | 100010 | 110101 | 1010 | 10101 | 1000111 | 1000010 |
Color Harmonies of #E6976D
Complementary color
Monochromatic Colors of #E6976D
Black with #E6976D
Text Example
Text Example
White with #E6976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6976D; }
p { color: rgb(230,151,109); }
H1.HeaderClassName
{
color: #E6976D;
}
.AnyTagClassName
{
color: #E6976D;
}
</style>
background-color css
<style>
a { background-color: #E6976D; }
a { background-color: rgb(230,151,109); }
div.DivClassName
{
background-color: #E6976D;
}
.BgClassName
{
background-color: #E6976D;
}
</style>
border-color css
<style>
span { border-color: #E6976D; }
span { border-color: rgb(230,151,109); }
td.TdClassName
{
border-color: #E6976D;
}
.TagClassName
{
border-color: #E6976D;
}
</style>