Shades of Siren #6C2942
Tints of Siren #6C2942
RGB
CMYK
RGB Variations
Color information
#6C2942 (or 0x6C2942) is known color: Siren. HEX triplet: 6C, 29 and 42. RGB value is (108,41,66). Sum of RGB (Red+Green+Blue) = 108+41+66=215 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50.23% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2942 is #93D6BD. Grayscale: #3F3F3F. Windows color (decimal): -9688766 or 4335980. OLE color: 4335980.
HSL color Cylindrical-coordinate representation of color #6C2942: hue angle of 337.61º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C2942 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 41 | 66 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.58 |
| HSL | 337.61º | 0.45% | 0.29% | - |
| HSV(B) | 337.61º | 0.62% | 0.42% | - |
| XYZ | 7.96 | 5.17 | 5.73 | - |
| YUV | 63.88 | 129.2 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 41 | 66 | 0 | 0.62 | 0.39 | 0.58 | 337.61 | 0.45 | 0.29 |
| Hex | 6C | 29 | 42 | 0 | 3E | 27 | 3A | 152 | 2D | 1D |
| Octal | 154 | 51 | 102 | 0 | 76 | 47 | 72 | 522 | 55 | 35 |
| Binary | 1101100 | 101001 | 1000010 | 0 | 111110 | 100111 | 111010 | 101010010 | 101101 | 11101 |
Color Harmonies of #6C2942
Complementary color
Monochromatic Colors of #6C2942
Black with #6C2942
Text Example
Text Example
White with #6C2942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2942; }
p { color: rgb(108,41,66); }
H1.HeaderClassName
{
color: #6C2942;
}
.AnyTagClassName
{
color: #6C2942;
}
</style>
background-color css
<style>
a { background-color: #6C2942; }
a { background-color: rgb(108,41,66); }
div.DivClassName
{
background-color: #6C2942;
}
.BgClassName
{
background-color: #6C2942;
}
</style>
border-color css
<style>
span { border-color: #6C2942; }
span { border-color: rgb(108,41,66); }
td.TdClassName
{
border-color: #6C2942;
}
.TagClassName
{
border-color: #6C2942;
}
</style>