Shades of Siren #6B2D40
Tints of Siren #6B2D40
RGB
CMYK
RGB Variations
Color information
#6B2D40 (or 0x6B2D40) is known color: Siren. HEX triplet: 6B, 2D and 40. RGB value is (107,45,64). Sum of RGB (Red+Green+Blue) = 107+45+64=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 45 (17.97% from 255 or 20.83% from 216); Blue value is 64 (25.39% from 255 or 29.63% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2D40 is #94D2BF. Grayscale: #414141. Windows color (decimal): -9753280 or 4205931. OLE color: 4205931.
HSL color Cylindrical-coordinate representation of color #6B2D40: hue angle of 341.61º 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 #6B2D40 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 45 | 64 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.58 |
| HSL | 341.61º | 0.41% | 0.3% | - |
| HSV(B) | 341.61º | 0.58% | 0.42% | - |
| XYZ | 7.93 | 5.37 | 5.47 | - |
| YUV | 65.7 | 127.04 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 45 | 64 | 0 | 0.58 | 0.40 | 0.58 | 341.61 | 0.41 | 0.3 |
| Hex | 6B | 2D | 40 | 0 | 3A | 28 | 3A | 156 | 29 | 1E |
| Octal | 153 | 55 | 100 | 0 | 72 | 50 | 72 | 526 | 51 | 36 |
| Binary | 1101011 | 101101 | 1000000 | 0 | 111010 | 101000 | 111010 | 101010110 | 101001 | 11110 |
Color Harmonies of #6B2D40
Complementary color
Monochromatic Colors of #6B2D40
Black with #6B2D40
Text Example
Text Example
White with #6B2D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2D40; }
p { color: rgb(107,45,64); }
H1.HeaderClassName
{
color: #6B2D40;
}
.AnyTagClassName
{
color: #6B2D40;
}
</style>
background-color css
<style>
a { background-color: #6B2D40; }
a { background-color: rgb(107,45,64); }
div.DivClassName
{
background-color: #6B2D40;
}
.BgClassName
{
background-color: #6B2D40;
}
</style>
border-color css
<style>
span { border-color: #6B2D40; }
span { border-color: rgb(107,45,64); }
td.TdClassName
{
border-color: #6B2D40;
}
.TagClassName
{
border-color: #6B2D40;
}
</style>