Shades of Siren #6B303D
Tints of Siren #6B303D
RGB
CMYK
RGB Variations
Color information
#6B303D (or 0x6B303D) is known color: Siren. HEX triplet: 6B, 30 and 3D. RGB value is (107,48,61). Sum of RGB (Red+Green+Blue) = 107+48+61=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B303D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B303D is #94CFC2. Grayscale: #434343. Windows color (decimal): -9752515 or 4010091. OLE color: 4010091.
HSL color Cylindrical-coordinate representation of color #6B303D: hue angle of 346.78º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B303D is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 48 | 61 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.58 |
| HSL | 346.78º | 0.38% | 0.3% | - |
| HSV(B) | 346.78º | 0.55% | 0.42% | - |
| XYZ | 7.96 | 5.58 | 5.07 | - |
| YUV | 67.12 | 124.55 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 48 | 61 | 0 | 0.55 | 0.43 | 0.58 | 346.78 | 0.38 | 0.3 |
| Hex | 6B | 30 | 3D | 0 | 37 | 2B | 3A | 15B | 26 | 1E |
| Octal | 153 | 60 | 75 | 0 | 67 | 53 | 72 | 533 | 46 | 36 |
| Binary | 1101011 | 110000 | 111101 | 0 | 110111 | 101011 | 111010 | 101011011 | 100110 | 11110 |
Color Harmonies of #6B303D
Complementary color
Monochromatic Colors of #6B303D
Black with #6B303D
Text Example
Text Example
White with #6B303D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B303D; }
p { color: rgb(107,48,61); }
H1.HeaderClassName
{
color: #6B303D;
}
.AnyTagClassName
{
color: #6B303D;
}
</style>
background-color css
<style>
a { background-color: #6B303D; }
a { background-color: rgb(107,48,61); }
div.DivClassName
{
background-color: #6B303D;
}
.BgClassName
{
background-color: #6B303D;
}
</style>
border-color css
<style>
span { border-color: #6B303D; }
span { border-color: rgb(107,48,61); }
td.TdClassName
{
border-color: #6B303D;
}
.TagClassName
{
border-color: #6B303D;
}
</style>