Shades of Siren #6E2E3B
Tints of Siren #6E2E3B
RGB
CMYK
RGB Variations
Color information
#6E2E3B (or 0x6E2E3B) is known color: Siren. HEX triplet: 6E, 2E and 3B. RGB value is (110,46,59). Sum of RGB (Red+Green+Blue) = 110+46+59=215 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.16% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2E3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2E3B is #91D1C4. Grayscale: #424242. Windows color (decimal): -9556421 or 3878510. OLE color: 3878510.
HSL color Cylindrical-coordinate representation of color #6E2E3B: hue angle of 347.81º 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 #6E2E3B is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 46 | 59 | - |
| CMYK | 0 | 0.58 | 0.46 | 0.57 |
| HSL | 347.81º | 0.41% | 0.31% | - |
| HSV(B) | 347.81º | 0.58% | 0.43% | - |
| XYZ | 8.2 | 5.58 | 4.78 | - |
| YUV | 66.62 | 123.7 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 46 | 59 | 0 | 0.58 | 0.46 | 0.57 | 347.81 | 0.41 | 0.31 |
| Hex | 6E | 2E | 3B | 0 | 3A | 2E | 39 | 15C | 29 | 1F |
| Octal | 156 | 56 | 73 | 0 | 72 | 56 | 71 | 534 | 51 | 37 |
| Binary | 1101110 | 101110 | 111011 | 0 | 111010 | 101110 | 111001 | 101011100 | 101001 | 11111 |
Color Harmonies of #6E2E3B
Complementary color
Monochromatic Colors of #6E2E3B
Black with #6E2E3B
Text Example
Text Example
White with #6E2E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2E3B; }
p { color: rgb(110,46,59); }
H1.HeaderClassName
{
color: #6E2E3B;
}
.AnyTagClassName
{
color: #6E2E3B;
}
</style>
background-color css
<style>
a { background-color: #6E2E3B; }
a { background-color: rgb(110,46,59); }
div.DivClassName
{
background-color: #6E2E3B;
}
.BgClassName
{
background-color: #6E2E3B;
}
</style>
border-color css
<style>
span { border-color: #6E2E3B; }
span { border-color: rgb(110,46,59); }
td.TdClassName
{
border-color: #6E2E3B;
}
.TagClassName
{
border-color: #6E2E3B;
}
</style>