Shades of Siren #6C2C3F
Tints of Siren #6C2C3F
RGB
CMYK
RGB Variations
Color information
#6C2C3F (or 0x6C2C3F) is known color: Siren. HEX triplet: 6C, 2C and 3F. RGB value is (108,44,63). Sum of RGB (Red+Green+Blue) = 108+44+63=215 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.23% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2C3F is #93D3C0. Grayscale: #414141. Windows color (decimal): -9688001 or 4140140. OLE color: 4140140.
HSL color Cylindrical-coordinate representation of color #6C2C3F: hue angle of 342.19º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C2C3F is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 44 | 63 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.58 |
| HSL | 342.19º | 0.42% | 0.3% | - |
| HSV(B) | 342.19º | 0.59% | 0.42% | - |
| XYZ | 7.98 | 5.35 | 5.31 | - |
| YUV | 65.3 | 126.7 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 44 | 63 | 0 | 0.59 | 0.42 | 0.58 | 342.19 | 0.42 | 0.3 |
| Hex | 6C | 2C | 3F | 0 | 3B | 2A | 3A | 156 | 2A | 1E |
| Octal | 154 | 54 | 77 | 0 | 73 | 52 | 72 | 526 | 52 | 36 |
| Binary | 1101100 | 101100 | 111111 | 0 | 111011 | 101010 | 111010 | 101010110 | 101010 | 11110 |
Color Harmonies of #6C2C3F
Complementary color
Monochromatic Colors of #6C2C3F
Black with #6C2C3F
Text Example
Text Example
White with #6C2C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2C3F; }
p { color: rgb(108,44,63); }
H1.HeaderClassName
{
color: #6C2C3F;
}
.AnyTagClassName
{
color: #6C2C3F;
}
</style>
background-color css
<style>
a { background-color: #6C2C3F; }
a { background-color: rgb(108,44,63); }
div.DivClassName
{
background-color: #6C2C3F;
}
.BgClassName
{
background-color: #6C2C3F;
}
</style>
border-color css
<style>
span { border-color: #6C2C3F; }
span { border-color: rgb(108,44,63); }
td.TdClassName
{
border-color: #6C2C3F;
}
.TagClassName
{
border-color: #6C2C3F;
}
</style>