Shades of Siren #6B273D
Tints of Siren #6B273D
RGB
CMYK
RGB Variations
Color information
#6B273D (or 0x6B273D) is known color: Siren. HEX triplet: 6B, 27 and 3D. RGB value is (107,39,61). Sum of RGB (Red+Green+Blue) = 107+39+61=207 (27% of max value = 765). Red value is 107 (42.19% from 255 or 51.69% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 107 - color contains mainly: red. Hex color #6B273D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B273D is #94D8C2. Grayscale: #3D3D3D. Windows color (decimal): -9754819 or 4007787. OLE color: 4007787.
HSL color Cylindrical-coordinate representation of color #6B273D: hue angle of 340.59º 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 #6B273D is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 39 | 61 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.58 |
| HSL | 340.59º | 0.47% | 0.29% | - |
| HSV(B) | 340.59º | 0.64% | 0.42% | - |
| XYZ | 7.63 | 4.91 | 4.96 | - |
| YUV | 61.84 | 127.53 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 39 | 61 | 0 | 0.64 | 0.43 | 0.58 | 340.59 | 0.47 | 0.29 |
| Hex | 6B | 27 | 3D | 0 | 40 | 2B | 3A | 155 | 2F | 1D |
| Octal | 153 | 47 | 75 | 0 | 100 | 53 | 72 | 525 | 57 | 35 |
| Binary | 1101011 | 100111 | 111101 | 0 | 1000000 | 101011 | 111010 | 101010101 | 101111 | 11101 |
Color Harmonies of #6B273D
Complementary color
Monochromatic Colors of #6B273D
Black with #6B273D
Text Example
Text Example
White with #6B273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B273D; }
p { color: rgb(107,39,61); }
H1.HeaderClassName
{
color: #6B273D;
}
.AnyTagClassName
{
color: #6B273D;
}
</style>
background-color css
<style>
a { background-color: #6B273D; }
a { background-color: rgb(107,39,61); }
div.DivClassName
{
background-color: #6B273D;
}
.BgClassName
{
background-color: #6B273D;
}
</style>
border-color css
<style>
span { border-color: #6B273D; }
span { border-color: rgb(107,39,61); }
td.TdClassName
{
border-color: #6B273D;
}
.TagClassName
{
border-color: #6B273D;
}
</style>