Shades of Siren #6D2C3F
Tints of Siren #6D2C3F
RGB
CMYK
RGB Variations
Color information
#6D2C3F (or 0x6D2C3F) is known color: Siren. HEX triplet: 6D, 2C and 3F. RGB value is (109,44,63). Sum of RGB (Red+Green+Blue) = 109+44+63=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 44 (17.58% from 255 or 20.37% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2C3F is #92D3C0. Grayscale: #414141. Windows color (decimal): -9622465 or 4140141. OLE color: 4140141.
HSL color Cylindrical-coordinate representation of color #6D2C3F: hue angle of 342.46º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D2C3F is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 44 | 63 | - |
| CMYK | 0 | 0.60 | 0.42 | 0.57 |
| HSL | 342.46º | 0.42% | 0.3% | - |
| HSV(B) | 342.46º | 0.6% | 0.43% | - |
| XYZ | 8.1 | 5.41 | 5.32 | - |
| YUV | 65.6 | 126.53 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 44 | 63 | 0 | 0.60 | 0.42 | 0.57 | 342.46 | 0.42 | 0.3 |
| Hex | 6D | 2C | 3F | 0 | 3C | 2A | 39 | 156 | 2A | 1E |
| Octal | 155 | 54 | 77 | 0 | 74 | 52 | 71 | 526 | 52 | 36 |
| Binary | 1101101 | 101100 | 111111 | 0 | 111100 | 101010 | 111001 | 101010110 | 101010 | 11110 |
Color Harmonies of #6D2C3F
Complementary color
Monochromatic Colors of #6D2C3F
Black with #6D2C3F
Text Example
Text Example
White with #6D2C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2C3F; }
p { color: rgb(109,44,63); }
H1.HeaderClassName
{
color: #6D2C3F;
}
.AnyTagClassName
{
color: #6D2C3F;
}
</style>
background-color css
<style>
a { background-color: #6D2C3F; }
a { background-color: rgb(109,44,63); }
div.DivClassName
{
background-color: #6D2C3F;
}
.BgClassName
{
background-color: #6D2C3F;
}
</style>
border-color css
<style>
span { border-color: #6D2C3F; }
span { border-color: rgb(109,44,63); }
td.TdClassName
{
border-color: #6D2C3F;
}
.TagClassName
{
border-color: #6D2C3F;
}
</style>