Shades of Siren #6D2A3D
Tints of Siren #6D2A3D
RGB
CMYK
RGB Variations
Color information
#6D2A3D (or 0x6D2A3D) is known color: Siren. HEX triplet: 6D, 2A and 3D. RGB value is (109,42,61). Sum of RGB (Red+Green+Blue) = 109+42+61=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2A3D is #92D5C2. Grayscale: #404040. Windows color (decimal): -9622979 or 4008557. OLE color: 4008557.
HSL color Cylindrical-coordinate representation of color #6D2A3D: hue angle of 342.99º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D2A3D is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 42 | 61 | - |
| CMYK | 0 | 0.61 | 0.44 | 0.57 |
| HSL | 342.99º | 0.44% | 0.3% | - |
| HSV(B) | 342.99º | 0.61% | 0.43% | - |
| XYZ | 7.98 | 5.24 | 5.01 | - |
| YUV | 64.2 | 126.2 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 42 | 61 | 0 | 0.61 | 0.44 | 0.57 | 342.99 | 0.44 | 0.3 |
| Hex | 6D | 2A | 3D | 0 | 3D | 2C | 39 | 157 | 2C | 1E |
| Octal | 155 | 52 | 75 | 0 | 75 | 54 | 71 | 527 | 54 | 36 |
| Binary | 1101101 | 101010 | 111101 | 0 | 111101 | 101100 | 111001 | 101010111 | 101100 | 11110 |
Color Harmonies of #6D2A3D
Complementary color
Monochromatic Colors of #6D2A3D
Black with #6D2A3D
Text Example
Text Example
White with #6D2A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2A3D; }
p { color: rgb(109,42,61); }
H1.HeaderClassName
{
color: #6D2A3D;
}
.AnyTagClassName
{
color: #6D2A3D;
}
</style>
background-color css
<style>
a { background-color: #6D2A3D; }
a { background-color: rgb(109,42,61); }
div.DivClassName
{
background-color: #6D2A3D;
}
.BgClassName
{
background-color: #6D2A3D;
}
</style>
border-color css
<style>
span { border-color: #6D2A3D; }
span { border-color: rgb(109,42,61); }
td.TdClassName
{
border-color: #6D2A3D;
}
.TagClassName
{
border-color: #6D2A3D;
}
</style>