Shades of Siren #6D2C45
Tints of Siren #6D2C45
RGB
CMYK
RGB Variations
Color information
#6D2C45 (or 0x6D2C45) is known color: Siren. HEX triplet: 6D, 2C and 45. RGB value is (109,44,69). Sum of RGB (Red+Green+Blue) = 109+44+69=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2C45 is #92D3BA. Grayscale: #424242. Windows color (decimal): -9622459 or 4533357. OLE color: 4533357.
HSL color Cylindrical-coordinate representation of color #6D2C45: hue angle of 336.92º 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 #6D2C45 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 44 | 69 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.57 |
| HSL | 336.92º | 0.42% | 0.3% | - |
| HSV(B) | 336.92º | 0.6% | 0.43% | - |
| XYZ | 8.28 | 5.48 | 6.25 | - |
| YUV | 66.29 | 129.53 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 44 | 69 | 0 | 0.60 | 0.37 | 0.57 | 336.92 | 0.42 | 0.3 |
| Hex | 6D | 2C | 45 | 0 | 3C | 25 | 39 | 151 | 2A | 1E |
| Octal | 155 | 54 | 105 | 0 | 74 | 45 | 71 | 521 | 52 | 36 |
| Binary | 1101101 | 101100 | 1000101 | 0 | 111100 | 100101 | 111001 | 101010001 | 101010 | 11110 |
Color Harmonies of #6D2C45
Complementary color
Monochromatic Colors of #6D2C45
Black with #6D2C45
Text Example
Text Example
White with #6D2C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2C45; }
p { color: rgb(109,44,69); }
H1.HeaderClassName
{
color: #6D2C45;
}
.AnyTagClassName
{
color: #6D2C45;
}
</style>
background-color css
<style>
a { background-color: #6D2C45; }
a { background-color: rgb(109,44,69); }
div.DivClassName
{
background-color: #6D2C45;
}
.BgClassName
{
background-color: #6D2C45;
}
</style>
border-color css
<style>
span { border-color: #6D2C45; }
span { border-color: rgb(109,44,69); }
td.TdClassName
{
border-color: #6D2C45;
}
.TagClassName
{
border-color: #6D2C45;
}
</style>