Shades of Siren #6F293C
Tints of Siren #6F293C
RGB
CMYK
RGB Variations
Color information
#6F293C (or 0x6F293C) is known color: Siren. HEX triplet: 6F, 29 and 3C. RGB value is (111,41,60). Sum of RGB (Red+Green+Blue) = 111+41+60=212 (28% of max value = 765). Red value is 111 (43.75% from 255 or 52.36% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 111 - color contains mainly: red. Hex color #6F293C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F293C is #90D6C3. Grayscale: #404040. Windows color (decimal): -9492164 or 3942767. OLE color: 3942767.
HSL color Cylindrical-coordinate representation of color #6F293C: hue angle of 343.71º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F293C is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 41 | 60 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.56 |
| HSL | 343.71º | 0.46% | 0.3% | - |
| HSV(B) | 343.71º | 0.63% | 0.44% | - |
| XYZ | 8.16 | 5.29 | 4.87 | - |
| YUV | 64.1 | 125.69 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 41 | 60 | 0 | 0.63 | 0.46 | 0.56 | 343.71 | 0.46 | 0.3 |
| Hex | 6F | 29 | 3C | 0 | 3F | 2E | 38 | 158 | 2E | 1E |
| Octal | 157 | 51 | 74 | 0 | 77 | 56 | 70 | 530 | 56 | 36 |
| Binary | 1101111 | 101001 | 111100 | 0 | 111111 | 101110 | 111000 | 101011000 | 101110 | 11110 |
Color Harmonies of #6F293C
Complementary color
Monochromatic Colors of #6F293C
Black with #6F293C
Text Example
Text Example
White with #6F293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F293C; }
p { color: rgb(111,41,60); }
H1.HeaderClassName
{
color: #6F293C;
}
.AnyTagClassName
{
color: #6F293C;
}
</style>
background-color css
<style>
a { background-color: #6F293C; }
a { background-color: rgb(111,41,60); }
div.DivClassName
{
background-color: #6F293C;
}
.BgClassName
{
background-color: #6F293C;
}
</style>
border-color css
<style>
span { border-color: #6F293C; }
span { border-color: rgb(111,41,60); }
td.TdClassName
{
border-color: #6F293C;
}
.TagClassName
{
border-color: #6F293C;
}
</style>