Shades of Siren #6E3243
Tints of Siren #6E3243
RGB
CMYK
RGB Variations
Color information
#6E3243 (or 0x6E3243) is known color: Siren. HEX triplet: 6E, 32 and 43. RGB value is (110,50,67). Sum of RGB (Red+Green+Blue) = 110+50+67=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3243 is #91CDBC. Grayscale: #454545. Windows color (decimal): -9555389 or 4403822. OLE color: 4403822.
HSL color Cylindrical-coordinate representation of color #6E3243: hue angle of 343º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E3243 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 50 | 67 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.57 |
| HSL | 343º | 0.38% | 0.31% | - |
| HSV(B) | 343º | 0.55% | 0.43% | - |
| XYZ | 8.58 | 6 | 6.02 | - |
| YUV | 69.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 67 | 0 | 0.55 | 0.39 | 0.57 | 343 | 0.38 | 0.31 |
| Hex | 6E | 32 | 43 | 0 | 37 | 27 | 39 | 157 | 26 | 1F |
| Octal | 156 | 62 | 103 | 0 | 67 | 47 | 71 | 527 | 46 | 37 |
| Binary | 1101110 | 110010 | 1000011 | 0 | 110111 | 100111 | 111001 | 101010111 | 100110 | 11111 |
Color Harmonies of #6E3243
Complementary color
Monochromatic Colors of #6E3243
Black with #6E3243
Text Example
Text Example
White with #6E3243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3243; }
p { color: rgb(110,50,67); }
H1.HeaderClassName
{
color: #6E3243;
}
.AnyTagClassName
{
color: #6E3243;
}
</style>
background-color css
<style>
a { background-color: #6E3243; }
a { background-color: rgb(110,50,67); }
div.DivClassName
{
background-color: #6E3243;
}
.BgClassName
{
background-color: #6E3243;
}
</style>
border-color css
<style>
span { border-color: #6E3243; }
span { border-color: rgb(110,50,67); }
td.TdClassName
{
border-color: #6E3243;
}
.TagClassName
{
border-color: #6E3243;
}
</style>