Shades of Siren #6B2F3A
Tints of Siren #6B2F3A
RGB
CMYK
RGB Variations
Color information
#6B2F3A (or 0x6B2F3A) is known color: Siren. HEX triplet: 6B, 2F and 3A. RGB value is (107,47,58). Sum of RGB (Red+Green+Blue) = 107+47+58=212 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.47% from 212); Green value is 47 (18.75% from 255 or 22.17% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 107 - color contains mainly: red. Hex color #6B2F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B2F3A is #94D0C5. Grayscale: #424242. Windows color (decimal): -9752774 or 3813227. OLE color: 3813227.
HSL color Cylindrical-coordinate representation of color #6B2F3A: hue angle of 349º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B2F3A is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 47 | 58 | - |
| CMYK | 0 | 0.56 | 0.46 | 0.58 |
| HSL | 349º | 0.39% | 0.3% | - |
| HSV(B) | 349º | 0.56% | 0.42% | - |
| XYZ | 7.84 | 5.46 | 4.64 | - |
| YUV | 66.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 47 | 58 | 0 | 0.56 | 0.46 | 0.58 | 349 | 0.39 | 0.3 |
| Hex | 6B | 2F | 3A | 0 | 38 | 2E | 3A | 15D | 27 | 1E |
| Octal | 153 | 57 | 72 | 0 | 70 | 56 | 72 | 535 | 47 | 36 |
| Binary | 1101011 | 101111 | 111010 | 0 | 111000 | 101110 | 111010 | 101011101 | 100111 | 11110 |
Color Harmonies of #6B2F3A
Complementary color
Monochromatic Colors of #6B2F3A
Black with #6B2F3A
Text Example
Text Example
White with #6B2F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B2F3A; }
p { color: rgb(107,47,58); }
H1.HeaderClassName
{
color: #6B2F3A;
}
.AnyTagClassName
{
color: #6B2F3A;
}
</style>
background-color css
<style>
a { background-color: #6B2F3A; }
a { background-color: rgb(107,47,58); }
div.DivClassName
{
background-color: #6B2F3A;
}
.BgClassName
{
background-color: #6B2F3A;
}
</style>
border-color css
<style>
span { border-color: #6B2F3A; }
span { border-color: rgb(107,47,58); }
td.TdClassName
{
border-color: #6B2F3A;
}
.TagClassName
{
border-color: #6B2F3A;
}
</style>