Shades of Siren #6B313C
Tints of Siren #6B313C
RGB
CMYK
RGB Variations
Color information
#6B313C (or 0x6B313C) is known color: Siren. HEX triplet: 6B, 31 and 3C. RGB value is (107,49,60). Sum of RGB (Red+Green+Blue) = 107+49+60=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 49 (19.53% from 255 or 22.69% from 216); Blue value is 60 (23.83% from 255 or 27.78% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B313C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B313C is #94CEC3. Grayscale: #434343. Windows color (decimal): -9752260 or 3944811. OLE color: 3944811.
HSL color Cylindrical-coordinate representation of color #6B313C: hue angle of 348.62º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B313C is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 49 | 60 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.58 |
| HSL | 348.62º | 0.37% | 0.31% | - |
| HSV(B) | 348.62º | 0.54% | 0.42% | - |
| XYZ | 7.98 | 5.65 | 4.94 | - |
| YUV | 67.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 49 | 60 | 0 | 0.54 | 0.44 | 0.58 | 348.62 | 0.37 | 0.31 |
| Hex | 6B | 31 | 3C | 0 | 36 | 2C | 3A | 15D | 25 | 1F |
| Octal | 153 | 61 | 74 | 0 | 66 | 54 | 72 | 535 | 45 | 37 |
| Binary | 1101011 | 110001 | 111100 | 0 | 110110 | 101100 | 111010 | 101011101 | 100101 | 11111 |
Color Harmonies of #6B313C
Complementary color
Monochromatic Colors of #6B313C
Black with #6B313C
Text Example
Text Example
White with #6B313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B313C; }
p { color: rgb(107,49,60); }
H1.HeaderClassName
{
color: #6B313C;
}
.AnyTagClassName
{
color: #6B313C;
}
</style>
background-color css
<style>
a { background-color: #6B313C; }
a { background-color: rgb(107,49,60); }
div.DivClassName
{
background-color: #6B313C;
}
.BgClassName
{
background-color: #6B313C;
}
</style>
border-color css
<style>
span { border-color: #6B313C; }
span { border-color: rgb(107,49,60); }
td.TdClassName
{
border-color: #6B313C;
}
.TagClassName
{
border-color: #6B313C;
}
</style>