Shades of Siren #6E2E40
Tints of Siren #6E2E40
RGB
CMYK
RGB Variations
Color information
#6E2E40 (or 0x6E2E40) is known color: Siren. HEX triplet: 6E, 2E and 40. RGB value is (110,46,64). Sum of RGB (Red+Green+Blue) = 110+46+64=220 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50% from 220); Green value is 46 (18.36% from 255 or 20.91% from 220); Blue value is 64 (25.39% from 255 or 29.09% from 220); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2E40 is #91D1BF. Grayscale: #434343. Windows color (decimal): -9556416 or 4206190. OLE color: 4206190.
HSL color Cylindrical-coordinate representation of color #6E2E40: hue angle of 343.12º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E2E40 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 46 | 64 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.57 |
| HSL | 343.13º | 0.41% | 0.31% | - |
| HSV(B) | 343.13º | 0.58% | 0.43% | - |
| XYZ | 8.33 | 5.64 | 5.5 | - |
| YUV | 67.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 46 | 64 | 0 | 0.58 | 0.42 | 0.57 | 343.13 | 0.41 | 0.31 |
| Hex | 6E | 2E | 40 | 0 | 3A | 2A | 39 | 157 | 29 | 1F |
| Octal | 156 | 56 | 100 | 0 | 72 | 52 | 71 | 527 | 51 | 37 |
| Binary | 1101110 | 101110 | 1000000 | 0 | 111010 | 101010 | 111001 | 101010111 | 101001 | 11111 |
Color Harmonies of #6E2E40
Complementary color
Monochromatic Colors of #6E2E40
Black with #6E2E40
Text Example
Text Example
White with #6E2E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2E40; }
p { color: rgb(110,46,64); }
H1.HeaderClassName
{
color: #6E2E40;
}
.AnyTagClassName
{
color: #6E2E40;
}
</style>
background-color css
<style>
a { background-color: #6E2E40; }
a { background-color: rgb(110,46,64); }
div.DivClassName
{
background-color: #6E2E40;
}
.BgClassName
{
background-color: #6E2E40;
}
</style>
border-color css
<style>
span { border-color: #6E2E40; }
span { border-color: rgb(110,46,64); }
td.TdClassName
{
border-color: #6E2E40;
}
.TagClassName
{
border-color: #6E2E40;
}
</style>