Shades of Siren #6A2842
Tints of Siren #6A2842
RGB
CMYK
RGB Variations
Color information
#6A2842 (or 0x6A2842) is known color: Siren. HEX triplet: 6A, 28 and 42. RGB value is (106,40,66). Sum of RGB (Red+Green+Blue) = 106+40+66=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A2842 is #95D7BD. Grayscale: #3E3E3E. Windows color (decimal): -9820094 or 4335722. OLE color: 4335722.
HSL color Cylindrical-coordinate representation of color #6A2842: hue angle of 336.36º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A2842 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 40 | 66 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.58 |
| HSL | 336.36º | 0.45% | 0.29% | - |
| HSV(B) | 336.36º | 0.62% | 0.42% | - |
| XYZ | 7.69 | 4.98 | 5.71 | - |
| YUV | 62.7 | 129.87 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 40 | 66 | 0 | 0.62 | 0.38 | 0.58 | 336.36 | 0.45 | 0.29 |
| Hex | 6A | 28 | 42 | 0 | 3E | 26 | 3A | 150 | 2D | 1D |
| Octal | 152 | 50 | 102 | 0 | 76 | 46 | 72 | 520 | 55 | 35 |
| Binary | 1101010 | 101000 | 1000010 | 0 | 111110 | 100110 | 111010 | 101010000 | 101101 | 11101 |
Color Harmonies of #6A2842
Complementary color
Monochromatic Colors of #6A2842
Black with #6A2842
Text Example
Text Example
White with #6A2842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2842; }
p { color: rgb(106,40,66); }
H1.HeaderClassName
{
color: #6A2842;
}
.AnyTagClassName
{
color: #6A2842;
}
</style>
background-color css
<style>
a { background-color: #6A2842; }
a { background-color: rgb(106,40,66); }
div.DivClassName
{
background-color: #6A2842;
}
.BgClassName
{
background-color: #6A2842;
}
</style>
border-color css
<style>
span { border-color: #6A2842; }
span { border-color: rgb(106,40,66); }
td.TdClassName
{
border-color: #6A2842;
}
.TagClassName
{
border-color: #6A2842;
}
</style>