Shades of Siren #6B2B3C
Tints of Siren #6B2B3C
RGB
CMYK
RGB Variations
Color information
#6B2B3C (or 0x6B2B3C) is known color: Siren. HEX triplet: 6B, 2B and 3C. RGB value is (107,43,60). Sum of RGB (Red+Green+Blue) = 107+43+60=210 (27% of max value = 765). Red value is 107 (42.19% from 255 or 50.95% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 60 (23.83% from 255 or 28.57% from 210); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2B3C is #94D4C3. Grayscale: #404040. Windows color (decimal): -9753796 or 3943275. OLE color: 3943275.
HSL color Cylindrical-coordinate representation of color #6B2B3C: hue angle of 344.06º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B2B3C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 43 | 60 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.58 |
| HSL | 344.06º | 0.43% | 0.29% | - |
| HSV(B) | 344.06º | 0.6% | 0.42% | - |
| XYZ | 7.74 | 5.18 | 4.87 | - |
| YUV | 64.07 | 125.7 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 43 | 60 | 0 | 0.60 | 0.44 | 0.58 | 344.06 | 0.43 | 0.29 |
| Hex | 6B | 2B | 3C | 0 | 3C | 2C | 3A | 158 | 2B | 1D |
| Octal | 153 | 53 | 74 | 0 | 74 | 54 | 72 | 530 | 53 | 35 |
| Binary | 1101011 | 101011 | 111100 | 0 | 111100 | 101100 | 111010 | 101011000 | 101011 | 11101 |
Color Harmonies of #6B2B3C
Complementary color
Monochromatic Colors of #6B2B3C
Black with #6B2B3C
Text Example
Text Example
White with #6B2B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2B3C; }
p { color: rgb(107,43,60); }
H1.HeaderClassName
{
color: #6B2B3C;
}
.AnyTagClassName
{
color: #6B2B3C;
}
</style>
background-color css
<style>
a { background-color: #6B2B3C; }
a { background-color: rgb(107,43,60); }
div.DivClassName
{
background-color: #6B2B3C;
}
.BgClassName
{
background-color: #6B2B3C;
}
</style>
border-color css
<style>
span { border-color: #6B2B3C; }
span { border-color: rgb(107,43,60); }
td.TdClassName
{
border-color: #6B2B3C;
}
.TagClassName
{
border-color: #6B2B3C;
}
</style>