Shades of Siren #6B283A
Tints of Siren #6B283A
RGB
CMYK
RGB Variations
Color information
#6B283A (or 0x6B283A) is known color: Siren. HEX triplet: 6B, 28 and 3A. RGB value is (107,40,58). Sum of RGB (Red+Green+Blue) = 107+40+58=205 (27% of max value = 765). Red value is 107 (42.19% from 255 or 52.20% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 58 (23.05% from 255 or 28.29% from 205); Max value from RGB is 107 - color contains mainly: red. Hex color #6B283A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B283A is #94D7C5. Grayscale: #3E3E3E. Windows color (decimal): -9754566 or 3811435. OLE color: 3811435.
HSL color Cylindrical-coordinate representation of color #6B283A: hue angle of 343.88º 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 #6B283A is Cyan = 0, Magento = 0.63, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 40 | 58 | - |
| CMYK | 0 | 0.63 | 0.46 | 0.58 |
| HSL | 343.88º | 0.46% | 0.29% | - |
| HSV(B) | 343.88º | 0.63% | 0.42% | - |
| XYZ | 7.59 | 4.95 | 4.56 | - |
| YUV | 62.09 | 125.7 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 40 | 58 | 0 | 0.63 | 0.46 | 0.58 | 343.88 | 0.46 | 0.29 |
| Hex | 6B | 28 | 3A | 0 | 3F | 2E | 3A | 158 | 2E | 1D |
| Octal | 153 | 50 | 72 | 0 | 77 | 56 | 72 | 530 | 56 | 35 |
| Binary | 1101011 | 101000 | 111010 | 0 | 111111 | 101110 | 111010 | 101011000 | 101110 | 11101 |
Color Harmonies of #6B283A
Complementary color
Monochromatic Colors of #6B283A
Black with #6B283A
Text Example
Text Example
White with #6B283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B283A; }
p { color: rgb(107,40,58); }
H1.HeaderClassName
{
color: #6B283A;
}
.AnyTagClassName
{
color: #6B283A;
}
</style>
background-color css
<style>
a { background-color: #6B283A; }
a { background-color: rgb(107,40,58); }
div.DivClassName
{
background-color: #6B283A;
}
.BgClassName
{
background-color: #6B283A;
}
</style>
border-color css
<style>
span { border-color: #6B283A; }
span { border-color: rgb(107,40,58); }
td.TdClassName
{
border-color: #6B283A;
}
.TagClassName
{
border-color: #6B283A;
}
</style>