Shades of Siren #6D2742
Tints of Siren #6D2742
RGB
CMYK
RGB Variations
Color information
#6D2742 (or 0x6D2742) is known color: Siren. HEX triplet: 6D, 27 and 42. RGB value is (109,39,66). Sum of RGB (Red+Green+Blue) = 109+39+66=214 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.93% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 66 (26.17% from 255 or 30.84% from 214); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2742 is #92D8BD. Grayscale: #3E3E3E. Windows color (decimal): -9623742 or 4335469. OLE color: 4335469.
HSL color Cylindrical-coordinate representation of color #6D2742: hue angle of 336.86º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D2742 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 39 | 66 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.57 |
| HSL | 336.86º | 0.47% | 0.29% | - |
| HSV(B) | 336.86º | 0.64% | 0.43% | - |
| XYZ | 8.02 | 5.1 | 5.72 | - |
| YUV | 63.01 | 129.69 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 39 | 66 | 0 | 0.64 | 0.39 | 0.57 | 336.86 | 0.47 | 0.29 |
| Hex | 6D | 27 | 42 | 0 | 40 | 27 | 39 | 151 | 2F | 1D |
| Octal | 155 | 47 | 102 | 0 | 100 | 47 | 71 | 521 | 57 | 35 |
| Binary | 1101101 | 100111 | 1000010 | 0 | 1000000 | 100111 | 111001 | 101010001 | 101111 | 11101 |
Color Harmonies of #6D2742
Complementary color
Monochromatic Colors of #6D2742
Black with #6D2742
Text Example
Text Example
White with #6D2742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2742; }
p { color: rgb(109,39,66); }
H1.HeaderClassName
{
color: #6D2742;
}
.AnyTagClassName
{
color: #6D2742;
}
</style>
background-color css
<style>
a { background-color: #6D2742; }
a { background-color: rgb(109,39,66); }
div.DivClassName
{
background-color: #6D2742;
}
.BgClassName
{
background-color: #6D2742;
}
</style>
border-color css
<style>
span { border-color: #6D2742; }
span { border-color: rgb(109,39,66); }
td.TdClassName
{
border-color: #6D2742;
}
.TagClassName
{
border-color: #6D2742;
}
</style>