Shades of Siren #6C3441
Tints of Siren #6C3441
RGB
CMYK
RGB Variations
Color information
#6C3441 (or 0x6C3441) is known color: Siren. HEX triplet: 6C, 34 and 41. RGB value is (108,52,65). Sum of RGB (Red+Green+Blue) = 108+52+65=225 (29% of max value = 765). Red value is 108 (42.58% from 255 or 48% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3441 is #93CBBE. Grayscale: #464646. Windows color (decimal): -9685951 or 4273260. OLE color: 4273260.
HSL color Cylindrical-coordinate representation of color #6C3441: hue angle of 346.07º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C3441 is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 52 | 65 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.58 |
| HSL | 346.07º | 0.35% | 0.31% | - |
| HSV(B) | 346.07º | 0.52% | 0.42% | - |
| XYZ | 8.37 | 6.03 | 5.72 | - |
| YUV | 70.23 | 125.05 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 52 | 65 | 0 | 0.52 | 0.40 | 0.58 | 346.07 | 0.35 | 0.31 |
| Hex | 6C | 34 | 41 | 0 | 34 | 28 | 3A | 15A | 23 | 1F |
| Octal | 154 | 64 | 101 | 0 | 64 | 50 | 72 | 532 | 43 | 37 |
| Binary | 1101100 | 110100 | 1000001 | 0 | 110100 | 101000 | 111010 | 101011010 | 100011 | 11111 |
Color Harmonies of #6C3441
Complementary color
Monochromatic Colors of #6C3441
Black with #6C3441
Text Example
Text Example
White with #6C3441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C3441; }
p { color: rgb(108,52,65); }
H1.HeaderClassName
{
color: #6C3441;
}
.AnyTagClassName
{
color: #6C3441;
}
</style>
background-color css
<style>
a { background-color: #6C3441; }
a { background-color: rgb(108,52,65); }
div.DivClassName
{
background-color: #6C3441;
}
.BgClassName
{
background-color: #6C3441;
}
</style>
border-color css
<style>
span { border-color: #6C3441; }
span { border-color: rgb(108,52,65); }
td.TdClassName
{
border-color: #6C3441;
}
.TagClassName
{
border-color: #6C3441;
}
</style>