Shades of Siren #6C2D42
Tints of Siren #6C2D42
RGB
CMYK
RGB Variations
Color information
#6C2D42 (or 0x6C2D42) is known color: Siren. HEX triplet: 6C, 2D and 42. RGB value is (108,45,66). Sum of RGB (Red+Green+Blue) = 108+45+66=219 (29% of max value = 765). Red value is 108 (42.58% from 255 or 49.32% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2D42 is #93D2BD. Grayscale: #424242. Windows color (decimal): -9687742 or 4337004. OLE color: 4337004.
HSL color Cylindrical-coordinate representation of color #6C2D42: hue angle of 340º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C2D42 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 45 | 66 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.58 |
| HSL | 340º | 0.41% | 0.3% | - |
| HSV(B) | 340º | 0.58% | 0.42% | - |
| XYZ | 8.11 | 5.46 | 5.78 | - |
| YUV | 66.23 | 127.87 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 45 | 66 | 0 | 0.58 | 0.39 | 0.58 | 340 | 0.41 | 0.3 |
| Hex | 6C | 2D | 42 | 0 | 3A | 27 | 3A | 154 | 29 | 1E |
| Octal | 154 | 55 | 102 | 0 | 72 | 47 | 72 | 524 | 51 | 36 |
| Binary | 1101100 | 101101 | 1000010 | 0 | 111010 | 100111 | 111010 | 101010100 | 101001 | 11110 |
Color Harmonies of #6C2D42
Complementary color
Monochromatic Colors of #6C2D42
Black with #6C2D42
Text Example
Text Example
White with #6C2D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2D42; }
p { color: rgb(108,45,66); }
H1.HeaderClassName
{
color: #6C2D42;
}
.AnyTagClassName
{
color: #6C2D42;
}
</style>
background-color css
<style>
a { background-color: #6C2D42; }
a { background-color: rgb(108,45,66); }
div.DivClassName
{
background-color: #6C2D42;
}
.BgClassName
{
background-color: #6C2D42;
}
</style>
border-color css
<style>
span { border-color: #6C2D42; }
span { border-color: rgb(108,45,66); }
td.TdClassName
{
border-color: #6C2D42;
}
.TagClassName
{
border-color: #6C2D42;
}
</style>