Shades of Siren #6D3041
Tints of Siren #6D3041
RGB
CMYK
RGB Variations
Color information
#6D3041 (or 0x6D3041) is known color: Siren. HEX triplet: 6D, 30 and 41. RGB value is (109,48,65). Sum of RGB (Red+Green+Blue) = 109+48+65=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 65 (25.78% from 255 or 29.28% from 222); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3041 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3041 is #92CFBE. Grayscale: #444444. Windows color (decimal): -9621439 or 4272237. OLE color: 4272237.
HSL color Cylindrical-coordinate representation of color #6D3041: hue angle of 343.28º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D3041 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 48 | 65 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.57 |
| HSL | 343.28º | 0.39% | 0.31% | - |
| HSV(B) | 343.28º | 0.56% | 0.43% | - |
| XYZ | 8.32 | 5.75 | 5.67 | - |
| YUV | 68.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 48 | 65 | 0 | 0.56 | 0.40 | 0.57 | 343.28 | 0.39 | 0.31 |
| Hex | 6D | 30 | 41 | 0 | 38 | 28 | 39 | 157 | 27 | 1F |
| Octal | 155 | 60 | 101 | 0 | 70 | 50 | 71 | 527 | 47 | 37 |
| Binary | 1101101 | 110000 | 1000001 | 0 | 111000 | 101000 | 111001 | 101010111 | 100111 | 11111 |
Color Harmonies of #6D3041
Complementary color
Monochromatic Colors of #6D3041
Black with #6D3041
Text Example
Text Example
White with #6D3041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3041; }
p { color: rgb(109,48,65); }
H1.HeaderClassName
{
color: #6D3041;
}
.AnyTagClassName
{
color: #6D3041;
}
</style>
background-color css
<style>
a { background-color: #6D3041; }
a { background-color: rgb(109,48,65); }
div.DivClassName
{
background-color: #6D3041;
}
.BgClassName
{
background-color: #6D3041;
}
</style>
border-color css
<style>
span { border-color: #6D3041; }
span { border-color: rgb(109,48,65); }
td.TdClassName
{
border-color: #6D3041;
}
.TagClassName
{
border-color: #6D3041;
}
</style>