Shades of Siren #6C2D40
Tints of Siren #6C2D40
RGB
CMYK
RGB Variations
Color information
#6C2D40 (or 0x6C2D40) is known color: Siren. HEX triplet: 6C, 2D and 40. RGB value is (108,45,64). Sum of RGB (Red+Green+Blue) = 108+45+64=217 (28% of max value = 765). Red value is 108 (42.58% from 255 or 49.77% from 217); Green value is 45 (17.97% from 255 or 20.74% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2D40 is #93D2BF. Grayscale: #414141. Windows color (decimal): -9687744 or 4205932. OLE color: 4205932.
HSL color Cylindrical-coordinate representation of color #6C2D40: hue angle of 341.9º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C2D40 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 45 | 64 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.58 |
| HSL | 341.9º | 0.41% | 0.3% | - |
| HSV(B) | 341.9º | 0.58% | 0.42% | - |
| XYZ | 8.05 | 5.44 | 5.48 | - |
| YUV | 66 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 45 | 64 | 0 | 0.58 | 0.41 | 0.58 | 341.9 | 0.41 | 0.3 |
| Hex | 6C | 2D | 40 | 0 | 3A | 29 | 3A | 156 | 29 | 1E |
| Octal | 154 | 55 | 100 | 0 | 72 | 51 | 72 | 526 | 51 | 36 |
| Binary | 1101100 | 101101 | 1000000 | 0 | 111010 | 101001 | 111010 | 101010110 | 101001 | 11110 |
Color Harmonies of #6C2D40
Complementary color
Monochromatic Colors of #6C2D40
Black with #6C2D40
Text Example
Text Example
White with #6C2D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2D40; }
p { color: rgb(108,45,64); }
H1.HeaderClassName
{
color: #6C2D40;
}
.AnyTagClassName
{
color: #6C2D40;
}
</style>
background-color css
<style>
a { background-color: #6C2D40; }
a { background-color: rgb(108,45,64); }
div.DivClassName
{
background-color: #6C2D40;
}
.BgClassName
{
background-color: #6C2D40;
}
</style>
border-color css
<style>
span { border-color: #6C2D40; }
span { border-color: rgb(108,45,64); }
td.TdClassName
{
border-color: #6C2D40;
}
.TagClassName
{
border-color: #6C2D40;
}
</style>