Shades of Siren #6C3044
Tints of Siren #6C3044
RGB
CMYK
RGB Variations
Color information
#6C3044 (or 0x6C3044) is known color: Siren. HEX triplet: 6C, 30 and 44. RGB value is (108,48,68). Sum of RGB (Red+Green+Blue) = 108+48+68=224 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48.21% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3044 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3044 is #93CFBB. Grayscale: #444444. Windows color (decimal): -9686972 or 4468844. OLE color: 4468844.
HSL color Cylindrical-coordinate representation of color #6C3044: hue angle of 340º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C3044 is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 48 | 68 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.58 |
| HSL | 340º | 0.38% | 0.31% | - |
| HSV(B) | 340º | 0.56% | 0.42% | - |
| XYZ | 8.28 | 5.72 | 6.14 | - |
| YUV | 68.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 48 | 68 | 0 | 0.56 | 0.37 | 0.58 | 340 | 0.38 | 0.31 |
| Hex | 6C | 30 | 44 | 0 | 38 | 25 | 3A | 154 | 26 | 1F |
| Octal | 154 | 60 | 104 | 0 | 70 | 45 | 72 | 524 | 46 | 37 |
| Binary | 1101100 | 110000 | 1000100 | 0 | 111000 | 100101 | 111010 | 101010100 | 100110 | 11111 |
Color Harmonies of #6C3044
Complementary color
Monochromatic Colors of #6C3044
Black with #6C3044
Text Example
Text Example
White with #6C3044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3044; }
p { color: rgb(108,48,68); }
H1.HeaderClassName
{
color: #6C3044;
}
.AnyTagClassName
{
color: #6C3044;
}
</style>
background-color css
<style>
a { background-color: #6C3044; }
a { background-color: rgb(108,48,68); }
div.DivClassName
{
background-color: #6C3044;
}
.BgClassName
{
background-color: #6C3044;
}
</style>
border-color css
<style>
span { border-color: #6C3044; }
span { border-color: rgb(108,48,68); }
td.TdClassName
{
border-color: #6C3044;
}
.TagClassName
{
border-color: #6C3044;
}
</style>