Shades of Siren #6B283C
Tints of Siren #6B283C
RGB
CMYK
RGB Variations
Color information
#6B283C (or 0x6B283C) is known color: Siren. HEX triplet: 6B, 28 and 3C. RGB value is (107,40,60). Sum of RGB (Red+Green+Blue) = 107+40+60=207 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.69% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 107 - color contains mainly: red. Hex color #6B283C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B283C is #94D7C3. Grayscale: #3E3E3E. Windows color (decimal): -9754564 or 3942507. OLE color: 3942507.
HSL color Cylindrical-coordinate representation of color #6B283C: hue angle of 342.09º 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 #6B283C is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 40 | 60 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.58 |
| HSL | 342.09º | 0.46% | 0.29% | - |
| HSV(B) | 342.09º | 0.63% | 0.42% | - |
| XYZ | 7.64 | 4.97 | 4.83 | - |
| YUV | 62.31 | 126.7 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 40 | 60 | 0 | 0.63 | 0.44 | 0.58 | 342.09 | 0.46 | 0.29 |
| Hex | 6B | 28 | 3C | 0 | 3F | 2C | 3A | 156 | 2E | 1D |
| Octal | 153 | 50 | 74 | 0 | 77 | 54 | 72 | 526 | 56 | 35 |
| Binary | 1101011 | 101000 | 111100 | 0 | 111111 | 101100 | 111010 | 101010110 | 101110 | 11101 |
Color Harmonies of #6B283C
Complementary color
Monochromatic Colors of #6B283C
Black with #6B283C
Text Example
Text Example
White with #6B283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B283C; }
p { color: rgb(107,40,60); }
H1.HeaderClassName
{
color: #6B283C;
}
.AnyTagClassName
{
color: #6B283C;
}
</style>
background-color css
<style>
a { background-color: #6B283C; }
a { background-color: rgb(107,40,60); }
div.DivClassName
{
background-color: #6B283C;
}
.BgClassName
{
background-color: #6B283C;
}
</style>
border-color css
<style>
span { border-color: #6B283C; }
span { border-color: rgb(107,40,60); }
td.TdClassName
{
border-color: #6B283C;
}
.TagClassName
{
border-color: #6B283C;
}
</style>