Shades of Siren #6E323F
Tints of Siren #6E323F
RGB
CMYK
RGB Variations
Color information
#6E323F (or 0x6E323F) is known color: Siren. HEX triplet: 6E, 32 and 3F. RGB value is (110,50,63). Sum of RGB (Red+Green+Blue) = 110+50+63=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E323F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E323F is #91CDC0. Grayscale: #454545. Windows color (decimal): -9555393 or 4141678. OLE color: 4141678.
HSL color Cylindrical-coordinate representation of color #6E323F: hue angle of 347º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E323F is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 50 | 63 | - |
| CMYK | 0 | 0.55 | 0.43 | 0.57 |
| HSL | 347º | 0.38% | 0.31% | - |
| HSV(B) | 347º | 0.55% | 0.43% | - |
| XYZ | 8.47 | 5.96 | 5.41 | - |
| YUV | 69.42 | 124.38 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 50 | 63 | 0 | 0.55 | 0.43 | 0.57 | 347 | 0.38 | 0.31 |
| Hex | 6E | 32 | 3F | 0 | 37 | 2B | 39 | 15B | 26 | 1F |
| Octal | 156 | 62 | 77 | 0 | 67 | 53 | 71 | 533 | 46 | 37 |
| Binary | 1101110 | 110010 | 111111 | 0 | 110111 | 101011 | 111001 | 101011011 | 100110 | 11111 |
Color Harmonies of #6E323F
Complementary color
Monochromatic Colors of #6E323F
Black with #6E323F
Text Example
Text Example
White with #6E323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E323F; }
p { color: rgb(110,50,63); }
H1.HeaderClassName
{
color: #6E323F;
}
.AnyTagClassName
{
color: #6E323F;
}
</style>
background-color css
<style>
a { background-color: #6E323F; }
a { background-color: rgb(110,50,63); }
div.DivClassName
{
background-color: #6E323F;
}
.BgClassName
{
background-color: #6E323F;
}
</style>
border-color css
<style>
span { border-color: #6E323F; }
span { border-color: rgb(110,50,63); }
td.TdClassName
{
border-color: #6E323F;
}
.TagClassName
{
border-color: #6E323F;
}
</style>