Shades of Siren #6C283A
Tints of Siren #6C283A
RGB
CMYK
RGB Variations
Color information
#6C283A (or 0x6C283A) is known color: Siren. HEX triplet: 6C, 28 and 3A. RGB value is (108,40,58). Sum of RGB (Red+Green+Blue) = 108+40+58=206 (27% of max value = 765). Red value is 108 (42.58% from 255 or 52.43% from 206); Green value is 40 (16.02% from 255 or 19.42% from 206); Blue value is 58 (23.05% from 255 or 28.16% from 206); Max value from RGB is 108 - color contains mainly: red. Hex color #6C283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C283A is #93D7C5. Grayscale: #3E3E3E. Windows color (decimal): -9689030 or 3811436. OLE color: 3811436.
HSL color Cylindrical-coordinate representation of color #6C283A: hue angle of 344.12º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C283A is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 40 | 58 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.58 |
| HSL | 344.12º | 0.46% | 0.29% | - |
| HSV(B) | 344.12º | 0.63% | 0.42% | - |
| XYZ | 7.71 | 5.01 | 4.56 | - |
| YUV | 62.38 | 125.53 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 40 | 58 | 0 | 0.63 | 0.46 | 0.58 | 344.12 | 0.46 | 0.29 |
| Hex | 6C | 28 | 3A | 0 | 3F | 2E | 3A | 158 | 2E | 1D |
| Octal | 154 | 50 | 72 | 0 | 77 | 56 | 72 | 530 | 56 | 35 |
| Binary | 1101100 | 101000 | 111010 | 0 | 111111 | 101110 | 111010 | 101011000 | 101110 | 11101 |
Color Harmonies of #6C283A
Complementary color
Monochromatic Colors of #6C283A
Black with #6C283A
Text Example
Text Example
White with #6C283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C283A; }
p { color: rgb(108,40,58); }
H1.HeaderClassName
{
color: #6C283A;
}
.AnyTagClassName
{
color: #6C283A;
}
</style>
background-color css
<style>
a { background-color: #6C283A; }
a { background-color: rgb(108,40,58); }
div.DivClassName
{
background-color: #6C283A;
}
.BgClassName
{
background-color: #6C283A;
}
</style>
border-color css
<style>
span { border-color: #6C283A; }
span { border-color: rgb(108,40,58); }
td.TdClassName
{
border-color: #6C283A;
}
.TagClassName
{
border-color: #6C283A;
}
</style>