Shades of Siren #6A3141
Tints of Siren #6A3141
RGB
CMYK
RGB Variations
Color information
#6A3141 (or 0x6A3141) is known color: Siren. HEX triplet: 6A, 31 and 41. RGB value is (106,49,65). Sum of RGB (Red+Green+Blue) = 106+49+65=220 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.18% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3141 is #95CEBE. Grayscale: #434343. Windows color (decimal): -9817791 or 4272490. OLE color: 4272490.
HSL color Cylindrical-coordinate representation of color #6A3141: hue angle of 343.16º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A3141 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 49 | 65 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.58 |
| HSL | 343.16º | 0.37% | 0.3% | - |
| HSV(B) | 343.16º | 0.54% | 0.42% | - |
| XYZ | 8 | 5.64 | 5.67 | - |
| YUV | 67.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 49 | 65 | 0 | 0.54 | 0.39 | 0.58 | 343.16 | 0.37 | 0.3 |
| Hex | 6A | 31 | 41 | 0 | 36 | 27 | 3A | 157 | 25 | 1E |
| Octal | 152 | 61 | 101 | 0 | 66 | 47 | 72 | 527 | 45 | 36 |
| Binary | 1101010 | 110001 | 1000001 | 0 | 110110 | 100111 | 111010 | 101010111 | 100101 | 11110 |
Color Harmonies of #6A3141
Complementary color
Monochromatic Colors of #6A3141
Black with #6A3141
Text Example
Text Example
White with #6A3141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3141; }
p { color: rgb(106,49,65); }
H1.HeaderClassName
{
color: #6A3141;
}
.AnyTagClassName
{
color: #6A3141;
}
</style>
background-color css
<style>
a { background-color: #6A3141; }
a { background-color: rgb(106,49,65); }
div.DivClassName
{
background-color: #6A3141;
}
.BgClassName
{
background-color: #6A3141;
}
</style>
border-color css
<style>
span { border-color: #6A3141; }
span { border-color: rgb(106,49,65); }
td.TdClassName
{
border-color: #6A3141;
}
.TagClassName
{
border-color: #6A3141;
}
</style>