Shades of Siren #6C2B40
Tints of Siren #6C2B40
RGB
CMYK
RGB Variations
Color information
#6C2B40 (or 0x6C2B40) is known color: Siren. HEX triplet: 6C, 2B and 40. RGB value is (108,43,64). Sum of RGB (Red+Green+Blue) = 108+43+64=215 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.23% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2B40 is #93D4BF. Grayscale: #404040. Windows color (decimal): -9688256 or 4205420. OLE color: 4205420.
HSL color Cylindrical-coordinate representation of color #6C2B40: hue angle of 340.62º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C2B40 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 43 | 64 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.58 |
| HSL | 340.62º | 0.43% | 0.3% | - |
| HSV(B) | 340.62º | 0.6% | 0.42% | - |
| XYZ | 7.97 | 5.29 | 5.45 | - |
| YUV | 64.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 43 | 64 | 0 | 0.60 | 0.41 | 0.58 | 340.62 | 0.43 | 0.3 |
| Hex | 6C | 2B | 40 | 0 | 3C | 29 | 3A | 155 | 2B | 1E |
| Octal | 154 | 53 | 100 | 0 | 74 | 51 | 72 | 525 | 53 | 36 |
| Binary | 1101100 | 101011 | 1000000 | 0 | 111100 | 101001 | 111010 | 101010101 | 101011 | 11110 |
Color Harmonies of #6C2B40
Complementary color
Monochromatic Colors of #6C2B40
Black with #6C2B40
Text Example
Text Example
White with #6C2B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2B40; }
p { color: rgb(108,43,64); }
H1.HeaderClassName
{
color: #6C2B40;
}
.AnyTagClassName
{
color: #6C2B40;
}
</style>
background-color css
<style>
a { background-color: #6C2B40; }
a { background-color: rgb(108,43,64); }
div.DivClassName
{
background-color: #6C2B40;
}
.BgClassName
{
background-color: #6C2B40;
}
</style>
border-color css
<style>
span { border-color: #6C2B40; }
span { border-color: rgb(108,43,64); }
td.TdClassName
{
border-color: #6C2B40;
}
.TagClassName
{
border-color: #6C2B40;
}
</style>