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