Shades of Siren #6C313F
Tints of Siren #6C313F
RGB
CMYK
RGB Variations
Color information
#6C313F (or 0x6C313F) is known color: Siren. HEX triplet: 6C, 31 and 3F. RGB value is (108,49,63). Sum of RGB (Red+Green+Blue) = 108+49+63=220 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.09% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 108 - color contains mainly: red. Hex color #6C313F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C313F is #93CEC0. Grayscale: #444444. Windows color (decimal): -9686721 or 4141420. OLE color: 4141420.
HSL color Cylindrical-coordinate representation of color #6C313F: hue angle of 345.76º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C313F is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 49 | 63 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.58 |
| HSL | 345.76º | 0.38% | 0.31% | - |
| HSV(B) | 345.76º | 0.55% | 0.42% | - |
| XYZ | 8.18 | 5.74 | 5.38 | - |
| YUV | 68.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 49 | 63 | 0 | 0.55 | 0.42 | 0.58 | 345.76 | 0.38 | 0.31 |
| Hex | 6C | 31 | 3F | 0 | 37 | 2A | 3A | 15A | 26 | 1F |
| Octal | 154 | 61 | 77 | 0 | 67 | 52 | 72 | 532 | 46 | 37 |
| Binary | 1101100 | 110001 | 111111 | 0 | 110111 | 101010 | 111010 | 101011010 | 100110 | 11111 |
Color Harmonies of #6C313F
Complementary color
Monochromatic Colors of #6C313F
Black with #6C313F
Text Example
Text Example
White with #6C313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C313F; }
p { color: rgb(108,49,63); }
H1.HeaderClassName
{
color: #6C313F;
}
.AnyTagClassName
{
color: #6C313F;
}
</style>
background-color css
<style>
a { background-color: #6C313F; }
a { background-color: rgb(108,49,63); }
div.DivClassName
{
background-color: #6C313F;
}
.BgClassName
{
background-color: #6C313F;
}
</style>
border-color css
<style>
span { border-color: #6C313F; }
span { border-color: rgb(108,49,63); }
td.TdClassName
{
border-color: #6C313F;
}
.TagClassName
{
border-color: #6C313F;
}
</style>