Shades of Siren #6C2338
Tints of Siren #6C2338
RGB
CMYK
RGB Variations
Color information
#6C2338 (or 0x6C2338) is known color: Siren. HEX triplet: 6C, 23 and 38. RGB value is (108,35,56). Sum of RGB (Red+Green+Blue) = 108+35+56=199 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54.27% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 56 (22.27% from 255 or 28.14% from 199); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C2338 is #93DCC7. Grayscale: #3B3B3B. Windows color (decimal): -9690312 or 3679084. OLE color: 3679084.
HSL color Cylindrical-coordinate representation of color #6C2338: hue angle of 342.74º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C2338 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 35 | 56 | - |
| CMYK | 0 | 0.68 | 0.48 | 0.58 |
| HSL | 342.74º | 0.51% | 0.28% | - |
| HSV(B) | 342.74º | 0.68% | 0.42% | - |
| XYZ | 7.5 | 4.68 | 4.25 | - |
| YUV | 59.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 56 | 0 | 0.68 | 0.48 | 0.58 | 342.74 | 0.51 | 0.28 |
| Hex | 6C | 23 | 38 | 0 | 44 | 30 | 3A | 157 | 33 | 1C |
| Octal | 154 | 43 | 70 | 0 | 104 | 60 | 72 | 527 | 63 | 34 |
| Binary | 1101100 | 100011 | 111000 | 0 | 1000100 | 110000 | 111010 | 101010111 | 110011 | 11100 |
Color Harmonies of #6C2338
Complementary color
Monochromatic Colors of #6C2338
Black with #6C2338
Text Example
Text Example
White with #6C2338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C2338; }
p { color: rgb(108,35,56); }
H1.HeaderClassName
{
color: #6C2338;
}
.AnyTagClassName
{
color: #6C2338;
}
</style>
background-color css
<style>
a { background-color: #6C2338; }
a { background-color: rgb(108,35,56); }
div.DivClassName
{
background-color: #6C2338;
}
.BgClassName
{
background-color: #6C2338;
}
</style>
border-color css
<style>
span { border-color: #6C2338; }
span { border-color: rgb(108,35,56); }
td.TdClassName
{
border-color: #6C2338;
}
.TagClassName
{
border-color: #6C2338;
}
</style>