Shades of Siren #6C2D39
Tints of Siren #6C2D39
RGB
CMYK
RGB Variations
Color information
#6C2D39 (or 0x6C2D39) is known color: Siren. HEX triplet: 6C, 2D and 39. RGB value is (108,45,57). Sum of RGB (Red+Green+Blue) = 108+45+57=210 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.43% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 57 (22.66% from 255 or 27.14% from 210); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2D39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2D39 is #93D2C6. Grayscale: #414141. Windows color (decimal): -9687751 or 3747180. OLE color: 3747180.
HSL color Cylindrical-coordinate representation of color #6C2D39: hue angle of 348.57º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C2D39 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 45 | 57 | - |
| CMYK | 0 | 0.58 | 0.47 | 0.58 |
| HSL | 348.57º | 0.41% | 0.3% | - |
| HSV(B) | 348.57º | 0.58% | 0.42% | - |
| XYZ | 7.86 | 5.36 | 4.49 | - |
| YUV | 65.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 45 | 57 | 0 | 0.58 | 0.47 | 0.58 | 348.57 | 0.41 | 0.3 |
| Hex | 6C | 2D | 39 | 0 | 3A | 2F | 3A | 15D | 29 | 1E |
| Octal | 154 | 55 | 71 | 0 | 72 | 57 | 72 | 535 | 51 | 36 |
| Binary | 1101100 | 101101 | 111001 | 0 | 111010 | 101111 | 111010 | 101011101 | 101001 | 11110 |
Color Harmonies of #6C2D39
Complementary color
Monochromatic Colors of #6C2D39
Black with #6C2D39
Text Example
Text Example
White with #6C2D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2D39; }
p { color: rgb(108,45,57); }
H1.HeaderClassName
{
color: #6C2D39;
}
.AnyTagClassName
{
color: #6C2D39;
}
</style>
background-color css
<style>
a { background-color: #6C2D39; }
a { background-color: rgb(108,45,57); }
div.DivClassName
{
background-color: #6C2D39;
}
.BgClassName
{
background-color: #6C2D39;
}
</style>
border-color css
<style>
span { border-color: #6C2D39; }
span { border-color: rgb(108,45,57); }
td.TdClassName
{
border-color: #6C2D39;
}
.TagClassName
{
border-color: #6C2D39;
}
</style>