Shades of Siren #6E2E3F
Tints of Siren #6E2E3F
RGB
CMYK
RGB Variations
Color information
#6E2E3F (or 0x6E2E3F) is known color: Siren. HEX triplet: 6E, 2E and 3F. RGB value is (110,46,63). Sum of RGB (Red+Green+Blue) = 110+46+63=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E2E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E2E3F is #91D1C0. Grayscale: #434343. Windows color (decimal): -9556417 or 4140654. OLE color: 4140654.
HSL color Cylindrical-coordinate representation of color #6E2E3F: hue angle of 344.06º 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 #6E2E3F is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 46 | 63 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.57 |
| HSL | 344.06º | 0.41% | 0.31% | - |
| HSV(B) | 344.06º | 0.58% | 0.43% | - |
| XYZ | 8.3 | 5.63 | 5.35 | - |
| YUV | 67.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 46 | 63 | 0 | 0.58 | 0.43 | 0.57 | 344.06 | 0.41 | 0.31 |
| Hex | 6E | 2E | 3F | 0 | 3A | 2B | 39 | 158 | 29 | 1F |
| Octal | 156 | 56 | 77 | 0 | 72 | 53 | 71 | 530 | 51 | 37 |
| Binary | 1101110 | 101110 | 111111 | 0 | 111010 | 101011 | 111001 | 101011000 | 101001 | 11111 |
Color Harmonies of #6E2E3F
Complementary color
Monochromatic Colors of #6E2E3F
Black with #6E2E3F
Text Example
Text Example
White with #6E2E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E2E3F; }
p { color: rgb(110,46,63); }
H1.HeaderClassName
{
color: #6E2E3F;
}
.AnyTagClassName
{
color: #6E2E3F;
}
</style>
background-color css
<style>
a { background-color: #6E2E3F; }
a { background-color: rgb(110,46,63); }
div.DivClassName
{
background-color: #6E2E3F;
}
.BgClassName
{
background-color: #6E2E3F;
}
</style>
border-color css
<style>
span { border-color: #6E2E3F; }
span { border-color: rgb(110,46,63); }
td.TdClassName
{
border-color: #6E2E3F;
}
.TagClassName
{
border-color: #6E2E3F;
}
</style>