Shades of Siren #68323E
Tints of Siren #68323E
RGB
CMYK
RGB Variations
Color information
#68323E (or 0x68323E) is known color: Siren. HEX triplet: 68, 32 and 3E. RGB value is (104,50,62). Sum of RGB (Red+Green+Blue) = 104+50+62=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 62 (24.61% from 255 or 28.70% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68323E is #97CDC1. Grayscale: #434343. Windows color (decimal): -9948610 or 4076136. OLE color: 4076136.
HSL color Cylindrical-coordinate representation of color #68323E: hue angle of 346.67º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68323E is Cyan = 0, Magento = 0.52, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 50 | 62 | - |
| CMYK | 0 | 0.52 | 0.40 | 0.59 |
| HSL | 346.67º | 0.35% | 0.3% | - |
| HSV(B) | 346.67º | 0.52% | 0.41% | - |
| XYZ | 7.72 | 5.57 | 5.23 | - |
| YUV | 67.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 50 | 62 | 0 | 0.52 | 0.40 | 0.59 | 346.67 | 0.35 | 0.3 |
| Hex | 68 | 32 | 3E | 0 | 34 | 28 | 3B | 15B | 23 | 1E |
| Octal | 150 | 62 | 76 | 0 | 64 | 50 | 73 | 533 | 43 | 36 |
| Binary | 1101000 | 110010 | 111110 | 0 | 110100 | 101000 | 111011 | 101011011 | 100011 | 11110 |
Color Harmonies of #68323E
Complementary color
Monochromatic Colors of #68323E
Black with #68323E
Text Example
Text Example
White with #68323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68323E; }
p { color: rgb(104,50,62); }
H1.HeaderClassName
{
color: #68323E;
}
.AnyTagClassName
{
color: #68323E;
}
</style>
background-color css
<style>
a { background-color: #68323E; }
a { background-color: rgb(104,50,62); }
div.DivClassName
{
background-color: #68323E;
}
.BgClassName
{
background-color: #68323E;
}
</style>
border-color css
<style>
span { border-color: #68323E; }
span { border-color: rgb(104,50,62); }
td.TdClassName
{
border-color: #68323E;
}
.TagClassName
{
border-color: #68323E;
}
</style>