Shades of Siren #6D2B3C
Tints of Siren #6D2B3C
RGB
CMYK
RGB Variations
Color information
#6D2B3C (or 0x6D2B3C) is known color: Siren. HEX triplet: 6D, 2B and 3C. RGB value is (109,43,60). Sum of RGB (Red+Green+Blue) = 109+43+60=212 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.42% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2B3C is #92D4C3. Grayscale: #404040. Windows color (decimal): -9622724 or 3943277. OLE color: 3943277.
HSL color Cylindrical-coordinate representation of color #6D2B3C: hue angle of 344.55º degrees, saturation: 0.43, 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 #6D2B3C is Cyan = 0, Magento = 0.61, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 43 | 60 | - |
| CMYK | 0 | 0.61 | 0.45 | 0.57 |
| HSL | 344.55º | 0.43% | 0.3% | - |
| HSV(B) | 344.55º | 0.61% | 0.43% | - |
| XYZ | 7.99 | 5.31 | 4.88 | - |
| YUV | 64.67 | 125.37 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 43 | 60 | 0 | 0.61 | 0.45 | 0.57 | 344.55 | 0.43 | 0.3 |
| Hex | 6D | 2B | 3C | 0 | 3D | 2D | 39 | 159 | 2B | 1E |
| Octal | 155 | 53 | 74 | 0 | 75 | 55 | 71 | 531 | 53 | 36 |
| Binary | 1101101 | 101011 | 111100 | 0 | 111101 | 101101 | 111001 | 101011001 | 101011 | 11110 |
Color Harmonies of #6D2B3C
Complementary color
Monochromatic Colors of #6D2B3C
Black with #6D2B3C
Text Example
Text Example
White with #6D2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2B3C; }
p { color: rgb(109,43,60); }
H1.HeaderClassName
{
color: #6D2B3C;
}
.AnyTagClassName
{
color: #6D2B3C;
}
</style>
background-color css
<style>
a { background-color: #6D2B3C; }
a { background-color: rgb(109,43,60); }
div.DivClassName
{
background-color: #6D2B3C;
}
.BgClassName
{
background-color: #6D2B3C;
}
</style>
border-color css
<style>
span { border-color: #6D2B3C; }
span { border-color: rgb(109,43,60); }
td.TdClassName
{
border-color: #6D2B3C;
}
.TagClassName
{
border-color: #6D2B3C;
}
</style>