Shades of Siren #6C2C38
Tints of Siren #6C2C38
RGB
CMYK
RGB Variations
Color information
#6C2C38 (or 0x6C2C38) is known color: Siren. HEX triplet: 6C, 2C and 38. RGB value is (108,44,56). Sum of RGB (Red+Green+Blue) = 108+44+56=208 (27% of max value = 765). Red value is 108 (42.58% from 255 or 51.92% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2C38 is #93D3C7. Grayscale: #404040. Windows color (decimal): -9688008 or 3681388. OLE color: 3681388.
HSL color Cylindrical-coordinate representation of color #6C2C38: hue angle of 348.75º 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 #6C2C38 is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 44 | 56 | - |
| CMYK | 0 | 0.59 | 0.48 | 0.58 |
| HSL | 348.75º | 0.42% | 0.3% | - |
| HSV(B) | 348.75º | 0.59% | 0.42% | - |
| XYZ | 7.8 | 5.28 | 4.35 | - |
| YUV | 64.5 | 123.2 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 44 | 56 | 0 | 0.59 | 0.48 | 0.58 | 348.75 | 0.42 | 0.3 |
| Hex | 6C | 2C | 38 | 0 | 3B | 30 | 3A | 15D | 2A | 1E |
| Octal | 154 | 54 | 70 | 0 | 73 | 60 | 72 | 535 | 52 | 36 |
| Binary | 1101100 | 101100 | 111000 | 0 | 111011 | 110000 | 111010 | 101011101 | 101010 | 11110 |
Color Harmonies of #6C2C38
Complementary color
Monochromatic Colors of #6C2C38
Black with #6C2C38
Text Example
Text Example
White with #6C2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2C38; }
p { color: rgb(108,44,56); }
H1.HeaderClassName
{
color: #6C2C38;
}
.AnyTagClassName
{
color: #6C2C38;
}
</style>
background-color css
<style>
a { background-color: #6C2C38; }
a { background-color: rgb(108,44,56); }
div.DivClassName
{
background-color: #6C2C38;
}
.BgClassName
{
background-color: #6C2C38;
}
</style>
border-color css
<style>
span { border-color: #6C2C38; }
span { border-color: rgb(108,44,56); }
td.TdClassName
{
border-color: #6C2C38;
}
.TagClassName
{
border-color: #6C2C38;
}
</style>