Shades of Siren #6A3041
Tints of Siren #6A3041
RGB
CMYK
RGB Variations
Color information
#6A3041 (or 0x6A3041) is known color: Siren. HEX triplet: 6A, 30 and 41. RGB value is (106,48,65). Sum of RGB (Red+Green+Blue) = 106+48+65=219 (29% of max value = 765). Red value is 106 (41.80% from 255 or 48.40% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3041 is #95CFBE. Grayscale: #434343. Windows color (decimal): -9818047 or 4272234. OLE color: 4272234.
HSL color Cylindrical-coordinate representation of color #6A3041: hue angle of 342.41º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A3041 is Cyan = 0, Magento = 0.55, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 48 | 65 | - |
| CMYK | 0 | 0.55 | 0.39 | 0.58 |
| HSL | 342.41º | 0.38% | 0.3% | - |
| HSV(B) | 342.41º | 0.55% | 0.42% | - |
| XYZ | 7.95 | 5.56 | 5.65 | - |
| YUV | 67.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 48 | 65 | 0 | 0.55 | 0.39 | 0.58 | 342.41 | 0.38 | 0.3 |
| Hex | 6A | 30 | 41 | 0 | 37 | 27 | 3A | 156 | 26 | 1E |
| Octal | 152 | 60 | 101 | 0 | 67 | 47 | 72 | 526 | 46 | 36 |
| Binary | 1101010 | 110000 | 1000001 | 0 | 110111 | 100111 | 111010 | 101010110 | 100110 | 11110 |
Color Harmonies of #6A3041
Complementary color
Monochromatic Colors of #6A3041
Black with #6A3041
Text Example
Text Example
White with #6A3041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A3041; }
p { color: rgb(106,48,65); }
H1.HeaderClassName
{
color: #6A3041;
}
.AnyTagClassName
{
color: #6A3041;
}
</style>
background-color css
<style>
a { background-color: #6A3041; }
a { background-color: rgb(106,48,65); }
div.DivClassName
{
background-color: #6A3041;
}
.BgClassName
{
background-color: #6A3041;
}
</style>
border-color css
<style>
span { border-color: #6A3041; }
span { border-color: rgb(106,48,65); }
td.TdClassName
{
border-color: #6A3041;
}
.TagClassName
{
border-color: #6A3041;
}
</style>