Shades of Siren #68303A
Tints of Siren #68303A
RGB
CMYK
RGB Variations
Color information
#68303A (or 0x68303A) is known color: Siren. HEX triplet: 68, 30 and 3A. RGB value is (104,48,58). Sum of RGB (Red+Green+Blue) = 104+48+58=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #68303A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68303A is #97CFC5. Grayscale: #414141. Windows color (decimal): -9949126 or 3813480. OLE color: 3813480.
HSL color Cylindrical-coordinate representation of color #68303A: hue angle of 349.29º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68303A is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 48 | 58 | - |
| CMYK | 0 | 0.54 | 0.44 | 0.59 |
| HSL | 349.29º | 0.37% | 0.3% | - |
| HSV(B) | 349.29º | 0.54% | 0.41% | - |
| XYZ | 7.53 | 5.36 | 4.64 | - |
| YUV | 65.88 | 123.55 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 58 | 0 | 0.54 | 0.44 | 0.59 | 349.29 | 0.37 | 0.3 |
| Hex | 68 | 30 | 3A | 0 | 36 | 2C | 3B | 15D | 25 | 1E |
| Octal | 150 | 60 | 72 | 0 | 66 | 54 | 73 | 535 | 45 | 36 |
| Binary | 1101000 | 110000 | 111010 | 0 | 110110 | 101100 | 111011 | 101011101 | 100101 | 11110 |
Color Harmonies of #68303A
Complementary color
Monochromatic Colors of #68303A
Black with #68303A
Text Example
Text Example
White with #68303A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68303A; }
p { color: rgb(104,48,58); }
H1.HeaderClassName
{
color: #68303A;
}
.AnyTagClassName
{
color: #68303A;
}
</style>
background-color css
<style>
a { background-color: #68303A; }
a { background-color: rgb(104,48,58); }
div.DivClassName
{
background-color: #68303A;
}
.BgClassName
{
background-color: #68303A;
}
</style>
border-color css
<style>
span { border-color: #68303A; }
span { border-color: rgb(104,48,58); }
td.TdClassName
{
border-color: #68303A;
}
.TagClassName
{
border-color: #68303A;
}
</style>