Shades of Siren #68353F
Tints of Siren #68353F
RGB
CMYK
RGB Variations
Color information
#68353F (or 0x68353F) is known color: Siren. HEX triplet: 68, 35 and 3F. RGB value is (104,53,63). Sum of RGB (Red+Green+Blue) = 104+53+63=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #68353F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68353F is #97CAC0. Grayscale: #454545. Windows color (decimal): -9947841 or 4142440. OLE color: 4142440.
HSL color Cylindrical-coordinate representation of color #68353F: hue angle of 348.24º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68353F is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 53 | 63 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.59 |
| HSL | 348.24º | 0.32% | 0.31% | - |
| HSV(B) | 348.24º | 0.49% | 0.41% | - |
| XYZ | 7.88 | 5.85 | 5.42 | - |
| YUV | 69.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 63 | 0 | 0.49 | 0.39 | 0.59 | 348.24 | 0.32 | 0.31 |
| Hex | 68 | 35 | 3F | 0 | 31 | 27 | 3B | 15C | 20 | 1F |
| Octal | 150 | 65 | 77 | 0 | 61 | 47 | 73 | 534 | 40 | 37 |
| Binary | 1101000 | 110101 | 111111 | 0 | 110001 | 100111 | 111011 | 101011100 | 100000 | 11111 |
Color Harmonies of #68353F
Complementary color
Monochromatic Colors of #68353F
Black with #68353F
Text Example
Text Example
White with #68353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68353F; }
p { color: rgb(104,53,63); }
H1.HeaderClassName
{
color: #68353F;
}
.AnyTagClassName
{
color: #68353F;
}
</style>
background-color css
<style>
a { background-color: #68353F; }
a { background-color: rgb(104,53,63); }
div.DivClassName
{
background-color: #68353F;
}
.BgClassName
{
background-color: #68353F;
}
</style>
border-color css
<style>
span { border-color: #68353F; }
span { border-color: rgb(104,53,63); }
td.TdClassName
{
border-color: #68353F;
}
.TagClassName
{
border-color: #68353F;
}
</style>