Shades of Siren #6E283E
Tints of Siren #6E283E
RGB
CMYK
RGB Variations
Color information
#6E283E (or 0x6E283E) is known color: Siren. HEX triplet: 6E, 28 and 3E. RGB value is (110,40,62). Sum of RGB (Red+Green+Blue) = 110+40+62=212 (28% of max value = 765). Red value is 110 (43.36% from 255 or 51.89% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 110 - color contains mainly: red. Hex color #6E283E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E283E is #91D7C1. Grayscale: #3F3F3F. Windows color (decimal): -9557954 or 4073582. OLE color: 4073582.
HSL color Cylindrical-coordinate representation of color #6E283E: hue angle of 341.14º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E283E is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 40 | 62 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.57 |
| HSL | 341.14º | 0.47% | 0.29% | - |
| HSV(B) | 341.14º | 0.64% | 0.43% | - |
| XYZ | 8.06 | 5.18 | 5.13 | - |
| YUV | 63.44 | 127.19 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 40 | 62 | 0 | 0.64 | 0.44 | 0.57 | 341.14 | 0.47 | 0.29 |
| Hex | 6E | 28 | 3E | 0 | 40 | 2C | 39 | 155 | 2F | 1D |
| Octal | 156 | 50 | 76 | 0 | 100 | 54 | 71 | 525 | 57 | 35 |
| Binary | 1101110 | 101000 | 111110 | 0 | 1000000 | 101100 | 111001 | 101010101 | 101111 | 11101 |
Color Harmonies of #6E283E
Complementary color
Monochromatic Colors of #6E283E
Black with #6E283E
Text Example
Text Example
White with #6E283E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E283E; }
p { color: rgb(110,40,62); }
H1.HeaderClassName
{
color: #6E283E;
}
.AnyTagClassName
{
color: #6E283E;
}
</style>
background-color css
<style>
a { background-color: #6E283E; }
a { background-color: rgb(110,40,62); }
div.DivClassName
{
background-color: #6E283E;
}
.BgClassName
{
background-color: #6E283E;
}
</style>
border-color css
<style>
span { border-color: #6E283E; }
span { border-color: rgb(110,40,62); }
td.TdClassName
{
border-color: #6E283E;
}
.TagClassName
{
border-color: #6E283E;
}
</style>