Shades of Siren #6B273C
Tints of Siren #6B273C
RGB
CMYK
RGB Variations
Color information
#6B273C (or 0x6B273C) is known color: Siren. HEX triplet: 6B, 27 and 3C. RGB value is (107,39,60). Sum of RGB (Red+Green+Blue) = 107+39+60=206 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.94% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 107 - color contains mainly: red. Hex color #6B273C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B273C is #94D8C3. Grayscale: #3D3D3D. Windows color (decimal): -9754820 or 3942251. OLE color: 3942251.
HSL color Cylindrical-coordinate representation of color #6B273C: hue angle of 341.47º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6B273C is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 39 | 60 | - |
| CMYK | 0 | 0.64 | 0.44 | 0.58 |
| HSL | 341.47º | 0.47% | 0.29% | - |
| HSV(B) | 341.47º | 0.64% | 0.42% | - |
| XYZ | 7.6 | 4.9 | 4.82 | - |
| YUV | 61.73 | 127.03 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 39 | 60 | 0 | 0.64 | 0.44 | 0.58 | 341.47 | 0.47 | 0.29 |
| Hex | 6B | 27 | 3C | 0 | 40 | 2C | 3A | 155 | 2F | 1D |
| Octal | 153 | 47 | 74 | 0 | 100 | 54 | 72 | 525 | 57 | 35 |
| Binary | 1101011 | 100111 | 111100 | 0 | 1000000 | 101100 | 111010 | 101010101 | 101111 | 11101 |
Color Harmonies of #6B273C
Complementary color
Monochromatic Colors of #6B273C
Black with #6B273C
Text Example
Text Example
White with #6B273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B273C; }
p { color: rgb(107,39,60); }
H1.HeaderClassName
{
color: #6B273C;
}
.AnyTagClassName
{
color: #6B273C;
}
</style>
background-color css
<style>
a { background-color: #6B273C; }
a { background-color: rgb(107,39,60); }
div.DivClassName
{
background-color: #6B273C;
}
.BgClassName
{
background-color: #6B273C;
}
</style>
border-color css
<style>
span { border-color: #6B273C; }
span { border-color: rgb(107,39,60); }
td.TdClassName
{
border-color: #6B273C;
}
.TagClassName
{
border-color: #6B273C;
}
</style>