Shades of Siren #6D203C
Tints of Siren #6D203C
RGB
CMYK
RGB Variations
Color information
#6D203C (or 0x6D203C) is known color: Siren. HEX triplet: 6D, 20 and 3C. RGB value is (109,32,60). Sum of RGB (Red+Green+Blue) = 109+32+60=201 (26% of max value = 765). Red value is 109 (42.97% from 255 or 54.23% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 109 - color contains mainly: red. Hex color #6D203C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D203C is #92DFC3. Grayscale: #3A3A3A. Windows color (decimal): -9625540 or 3940461. OLE color: 3940461.
HSL color Cylindrical-coordinate representation of color #6D203C: hue angle of 338.18º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D203C is Cyan = 0, Magento = 0.71, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 32 | 60 | - |
| CMYK | 0 | 0.71 | 0.45 | 0.57 |
| HSL | 338.18º | 0.55% | 0.28% | - |
| HSV(B) | 338.18º | 0.71% | 0.43% | - |
| XYZ | 7.64 | 4.61 | 4.76 | - |
| YUV | 58.22 | 129.01 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 32 | 60 | 0 | 0.71 | 0.45 | 0.57 | 338.18 | 0.55 | 0.28 |
| Hex | 6D | 20 | 3C | 0 | 47 | 2D | 39 | 152 | 37 | 1C |
| Octal | 155 | 40 | 74 | 0 | 107 | 55 | 71 | 522 | 67 | 34 |
| Binary | 1101101 | 100000 | 111100 | 0 | 1000111 | 101101 | 111001 | 101010010 | 110111 | 11100 |
Color Harmonies of #6D203C
Complementary color
Monochromatic Colors of #6D203C
Black with #6D203C
Text Example
Text Example
White with #6D203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D203C; }
p { color: rgb(109,32,60); }
H1.HeaderClassName
{
color: #6D203C;
}
.AnyTagClassName
{
color: #6D203C;
}
</style>
background-color css
<style>
a { background-color: #6D203C; }
a { background-color: rgb(109,32,60); }
div.DivClassName
{
background-color: #6D203C;
}
.BgClassName
{
background-color: #6D203C;
}
</style>
border-color css
<style>
span { border-color: #6D203C; }
span { border-color: rgb(109,32,60); }
td.TdClassName
{
border-color: #6D203C;
}
.TagClassName
{
border-color: #6D203C;
}
</style>