Shades of Siren #6C3143
Tints of Siren #6C3143
RGB
CMYK
RGB Variations
Color information
#6C3143 (or 0x6C3143) is known color: Siren. HEX triplet: 6C, 31 and 43. RGB value is (108,49,67). Sum of RGB (Red+Green+Blue) = 108+49+67=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3143 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3143 is #93CEBC. Grayscale: #444444. Windows color (decimal): -9686717 or 4403564. OLE color: 4403564.
HSL color Cylindrical-coordinate representation of color #6C3143: hue angle of 341.69º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C3143 is Cyan = 0, Magento = 0.55, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 49 | 67 | - |
| CMYK | 0 | 0.55 | 0.38 | 0.58 |
| HSL | 341.69º | 0.38% | 0.31% | - |
| HSV(B) | 341.69º | 0.55% | 0.42% | - |
| XYZ | 8.3 | 5.79 | 5.99 | - |
| YUV | 68.69 | 127.05 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 49 | 67 | 0 | 0.55 | 0.38 | 0.58 | 341.69 | 0.38 | 0.31 |
| Hex | 6C | 31 | 43 | 0 | 37 | 26 | 3A | 156 | 26 | 1F |
| Octal | 154 | 61 | 103 | 0 | 67 | 46 | 72 | 526 | 46 | 37 |
| Binary | 1101100 | 110001 | 1000011 | 0 | 110111 | 100110 | 111010 | 101010110 | 100110 | 11111 |
Color Harmonies of #6C3143
Complementary color
Monochromatic Colors of #6C3143
Black with #6C3143
Text Example
Text Example
White with #6C3143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3143; }
p { color: rgb(108,49,67); }
H1.HeaderClassName
{
color: #6C3143;
}
.AnyTagClassName
{
color: #6C3143;
}
</style>
background-color css
<style>
a { background-color: #6C3143; }
a { background-color: rgb(108,49,67); }
div.DivClassName
{
background-color: #6C3143;
}
.BgClassName
{
background-color: #6C3143;
}
</style>
border-color css
<style>
span { border-color: #6C3143; }
span { border-color: rgb(108,49,67); }
td.TdClassName
{
border-color: #6C3143;
}
.TagClassName
{
border-color: #6C3143;
}
</style>