Shades of Siren #6D2E3A
Tints of Siren #6D2E3A
RGB
CMYK
RGB Variations
Color information
#6D2E3A (or 0x6D2E3A) is known color: Siren. HEX triplet: 6D, 2E and 3A. RGB value is (109,46,58). Sum of RGB (Red+Green+Blue) = 109+46+58=213 (28% of max value = 765). Red value is 109 (42.97% from 255 or 51.17% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 58 (23.05% from 255 or 27.23% from 213); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D2E3A is #92D1C5. Grayscale: #424242. Windows color (decimal): -9621958 or 3812973. OLE color: 3812973.
HSL color Cylindrical-coordinate representation of color #6D2E3A: hue angle of 348.57º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D2E3A is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 46 | 58 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.57 |
| HSL | 348.57º | 0.41% | 0.3% | - |
| HSV(B) | 348.57º | 0.58% | 0.43% | - |
| XYZ | 8.05 | 5.51 | 4.64 | - |
| YUV | 66.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 46 | 58 | 0 | 0.58 | 0.47 | 0.57 | 348.57 | 0.41 | 0.3 |
| Hex | 6D | 2E | 3A | 0 | 3A | 2F | 39 | 15D | 29 | 1E |
| Octal | 155 | 56 | 72 | 0 | 72 | 57 | 71 | 535 | 51 | 36 |
| Binary | 1101101 | 101110 | 111010 | 0 | 111010 | 101111 | 111001 | 101011101 | 101001 | 11110 |
Color Harmonies of #6D2E3A
Complementary color
Monochromatic Colors of #6D2E3A
Black with #6D2E3A
Text Example
Text Example
White with #6D2E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D2E3A; }
p { color: rgb(109,46,58); }
H1.HeaderClassName
{
color: #6D2E3A;
}
.AnyTagClassName
{
color: #6D2E3A;
}
</style>
background-color css
<style>
a { background-color: #6D2E3A; }
a { background-color: rgb(109,46,58); }
div.DivClassName
{
background-color: #6D2E3A;
}
.BgClassName
{
background-color: #6D2E3A;
}
</style>
border-color css
<style>
span { border-color: #6D2E3A; }
span { border-color: rgb(109,46,58); }
td.TdClassName
{
border-color: #6D2E3A;
}
.TagClassName
{
border-color: #6D2E3A;
}
</style>