Shades of Siren #68313D
Tints of Siren #68313D
RGB
CMYK
RGB Variations
Color information
#68313D (or 0x68313D) is known color: Siren. HEX triplet: 68, 31 and 3D. RGB value is (104,49,61). Sum of RGB (Red+Green+Blue) = 104+49+61=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68313D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68313D is #97CEC2. Grayscale: #424242. Windows color (decimal): -9948867 or 4010344. OLE color: 4010344.
HSL color Cylindrical-coordinate representation of color #68313D: hue angle of 346.91º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68313D is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 49 | 61 | - |
| CMYK | 0 | 0.53 | 0.41 | 0.59 |
| HSL | 346.91º | 0.36% | 0.3% | - |
| HSV(B) | 346.91º | 0.53% | 0.41% | - |
| XYZ | 7.65 | 5.48 | 5.07 | - |
| YUV | 66.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 49 | 61 | 0 | 0.53 | 0.41 | 0.59 | 346.91 | 0.36 | 0.3 |
| Hex | 68 | 31 | 3D | 0 | 35 | 29 | 3B | 15B | 24 | 1E |
| Octal | 150 | 61 | 75 | 0 | 65 | 51 | 73 | 533 | 44 | 36 |
| Binary | 1101000 | 110001 | 111101 | 0 | 110101 | 101001 | 111011 | 101011011 | 100100 | 11110 |
Color Harmonies of #68313D
Complementary color
Monochromatic Colors of #68313D
Black with #68313D
Text Example
Text Example
White with #68313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68313D; }
p { color: rgb(104,49,61); }
H1.HeaderClassName
{
color: #68313D;
}
.AnyTagClassName
{
color: #68313D;
}
</style>
background-color css
<style>
a { background-color: #68313D; }
a { background-color: rgb(104,49,61); }
div.DivClassName
{
background-color: #68313D;
}
.BgClassName
{
background-color: #68313D;
}
</style>
border-color css
<style>
span { border-color: #68313D; }
span { border-color: rgb(104,49,61); }
td.TdClassName
{
border-color: #68313D;
}
.TagClassName
{
border-color: #68313D;
}
</style>