Shades of Siren #6D2D3E
Tints of Siren #6D2D3E
RGB
CMYK
RGB Variations
Color information
#6D2D3E (or 0x6D2D3E) is known color: Siren. HEX triplet: 6D, 2D and 3E. RGB value is (109,45,62). Sum of RGB (Red+Green+Blue) = 109+45+62=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2D3E is #92D2C1. Grayscale: #424242. Windows color (decimal): -9622210 or 4074861. OLE color: 4074861.
HSL color Cylindrical-coordinate representation of color #6D2D3E: hue angle of 344.06º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D2D3E is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 45 | 62 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.57 |
| HSL | 344.06º | 0.42% | 0.3% | - |
| HSV(B) | 344.06º | 0.59% | 0.43% | - |
| XYZ | 8.11 | 5.48 | 5.19 | - |
| YUV | 66.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 45 | 62 | 0 | 0.59 | 0.43 | 0.57 | 344.06 | 0.42 | 0.3 |
| Hex | 6D | 2D | 3E | 0 | 3B | 2B | 39 | 158 | 2A | 1E |
| Octal | 155 | 55 | 76 | 0 | 73 | 53 | 71 | 530 | 52 | 36 |
| Binary | 1101101 | 101101 | 111110 | 0 | 111011 | 101011 | 111001 | 101011000 | 101010 | 11110 |
Color Harmonies of #6D2D3E
Complementary color
Monochromatic Colors of #6D2D3E
Black with #6D2D3E
Text Example
Text Example
White with #6D2D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2D3E; }
p { color: rgb(109,45,62); }
H1.HeaderClassName
{
color: #6D2D3E;
}
.AnyTagClassName
{
color: #6D2D3E;
}
</style>
background-color css
<style>
a { background-color: #6D2D3E; }
a { background-color: rgb(109,45,62); }
div.DivClassName
{
background-color: #6D2D3E;
}
.BgClassName
{
background-color: #6D2D3E;
}
</style>
border-color css
<style>
span { border-color: #6D2D3E; }
span { border-color: rgb(109,45,62); }
td.TdClassName
{
border-color: #6D2D3E;
}
.TagClassName
{
border-color: #6D2D3E;
}
</style>