Shades of Siren #6A3441
Tints of Siren #6A3441
RGB
CMYK
RGB Variations
Color information
#6A3441 (or 0x6A3441) is known color: Siren. HEX triplet: 6A, 34 and 41. RGB value is (106,52,65). Sum of RGB (Red+Green+Blue) = 106+52+65=223 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.53% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3441 is #95CBBE. Grayscale: #454545. Windows color (decimal): -9817023 or 4273258. OLE color: 4273258.
HSL color Cylindrical-coordinate representation of color #6A3441: hue angle of 345.56º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A3441 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 52 | 65 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.58 |
| HSL | 345.56º | 0.34% | 0.31% | - |
| HSV(B) | 345.56º | 0.51% | 0.42% | - |
| XYZ | 8.13 | 5.9 | 5.71 | - |
| YUV | 69.63 | 125.39 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 52 | 65 | 0 | 0.51 | 0.39 | 0.58 | 345.56 | 0.34 | 0.31 |
| Hex | 6A | 34 | 41 | 0 | 33 | 27 | 3A | 15A | 22 | 1F |
| Octal | 152 | 64 | 101 | 0 | 63 | 47 | 72 | 532 | 42 | 37 |
| Binary | 1101010 | 110100 | 1000001 | 0 | 110011 | 100111 | 111010 | 101011010 | 100010 | 11111 |
Color Harmonies of #6A3441
Complementary color
Monochromatic Colors of #6A3441
Black with #6A3441
Text Example
Text Example
White with #6A3441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3441; }
p { color: rgb(106,52,65); }
H1.HeaderClassName
{
color: #6A3441;
}
.AnyTagClassName
{
color: #6A3441;
}
</style>
background-color css
<style>
a { background-color: #6A3441; }
a { background-color: rgb(106,52,65); }
div.DivClassName
{
background-color: #6A3441;
}
.BgClassName
{
background-color: #6A3441;
}
</style>
border-color css
<style>
span { border-color: #6A3441; }
span { border-color: rgb(106,52,65); }
td.TdClassName
{
border-color: #6A3441;
}
.TagClassName
{
border-color: #6A3441;
}
</style>