Shades of Siren #6C2C3B
Tints of Siren #6C2C3B
RGB
CMYK
RGB Variations
Color information
#6C2C3B (or 0x6C2C3B) is known color: Siren. HEX triplet: 6C, 2C and 3B. RGB value is (108,44,59). Sum of RGB (Red+Green+Blue) = 108+44+59=211 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.18% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2C3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2C3B is #93D3C4. Grayscale: #404040. Windows color (decimal): -9688005 or 3877996. OLE color: 3877996.
HSL color Cylindrical-coordinate representation of color #6C2C3B: hue angle of 345.94º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6C2C3B is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 44 | 59 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.58 |
| HSL | 345.94º | 0.42% | 0.3% | - |
| HSV(B) | 345.94º | 0.59% | 0.42% | - |
| XYZ | 7.87 | 5.31 | 4.75 | - |
| YUV | 64.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 44 | 59 | 0 | 0.59 | 0.45 | 0.58 | 345.94 | 0.42 | 0.3 |
| Hex | 6C | 2C | 3B | 0 | 3B | 2D | 3A | 15A | 2A | 1E |
| Octal | 154 | 54 | 73 | 0 | 73 | 55 | 72 | 532 | 52 | 36 |
| Binary | 1101100 | 101100 | 111011 | 0 | 111011 | 101101 | 111010 | 101011010 | 101010 | 11110 |
Color Harmonies of #6C2C3B
Complementary color
Monochromatic Colors of #6C2C3B
Black with #6C2C3B
Text Example
Text Example
White with #6C2C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2C3B; }
p { color: rgb(108,44,59); }
H1.HeaderClassName
{
color: #6C2C3B;
}
.AnyTagClassName
{
color: #6C2C3B;
}
</style>
background-color css
<style>
a { background-color: #6C2C3B; }
a { background-color: rgb(108,44,59); }
div.DivClassName
{
background-color: #6C2C3B;
}
.BgClassName
{
background-color: #6C2C3B;
}
</style>
border-color css
<style>
span { border-color: #6C2C3B; }
span { border-color: rgb(108,44,59); }
td.TdClassName
{
border-color: #6C2C3B;
}
.TagClassName
{
border-color: #6C2C3B;
}
</style>