Shades of Siren #6E2E3C
Tints of Siren #6E2E3C
RGB
CMYK
RGB Variations
Color information
#6E2E3C (or 0x6E2E3C) is known color: Siren. HEX triplet: 6E, 2E and 3C. RGB value is (110,46,60). Sum of RGB (Red+Green+Blue) = 110+46+60=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2E3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2E3C is #91D1C3. Grayscale: #424242. Windows color (decimal): -9556420 or 3944046. OLE color: 3944046.
HSL color Cylindrical-coordinate representation of color #6E2E3C: hue angle of 346.88º 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 #6E2E3C is Cyan = 0, Magento = 0.58, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
RGB | 110 | 46 | 60 | - |
CMYK | 0 | 0.58 | 0.45 | 0.57 |
HSL | 346.88º | 0.41% | 0.31% | - |
HSV(B) | 346.88º | 0.58% | 0.43% | - |
XYZ | 8.22 | 5.6 | 4.92 | - |
YUV | 66.73 | 124.2 | 158.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 46 | 60 | 0 | 0.58 | 0.45 | 0.57 | 346.88 | 0.41 | 0.31 |
Hex | 6E | 2E | 3C | 0 | 3A | 2D | 39 | 15B | 29 | 1F |
Octal | 156 | 56 | 74 | 0 | 72 | 55 | 71 | 533 | 51 | 37 |
Binary | 1101110 | 101110 | 111100 | 0 | 111010 | 101101 | 111001 | 101011011 | 101001 | 11111 |
Color Harmonies of #6E2E3C
Complementary color
Monochromatic Colors of #6E2E3C
Black with #6E2E3C
Text Example
Text Example
White with #6E2E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2E3C; }
p { color: rgb(110,46,60); }
H1.HeaderClassName
{
color: #6E2E3C;
}
.AnyTagClassName
{
color: #6E2E3C;
}
</style>
background-color css
<style>
a { background-color: #6E2E3C; }
a { background-color: rgb(110,46,60); }
div.DivClassName
{
background-color: #6E2E3C;
}
.BgClassName
{
background-color: #6E2E3C;
}
</style>
border-color css
<style>
span { border-color: #6E2E3C; }
span { border-color: rgb(110,46,60); }
td.TdClassName
{
border-color: #6E2E3C;
}
.TagClassName
{
border-color: #6E2E3C;
}
</style>