Shades of Siren #68333D
Tints of Siren #68333D
RGB
CMYK
RGB Variations
Color information
#68333D (or 0x68333D) is known color: Siren. HEX triplet: 68, 33 and 3D. RGB value is (104,51,61). Sum of RGB (Red+Green+Blue) = 104+51+61=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68333D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68333D is #97CCC2. Grayscale: #444444. Windows color (decimal): -9948355 or 4010856. OLE color: 4010856.
HSL color Cylindrical-coordinate representation of color #68333D: hue angle of 348.68º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68333D is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 51 | 61 | - |
| CMYK | 0 | 0.51 | 0.41 | 0.59 |
| HSL | 348.68º | 0.34% | 0.3% | - |
| HSV(B) | 348.68º | 0.51% | 0.41% | - |
| XYZ | 7.74 | 5.65 | 5.1 | - |
| YUV | 67.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 61 | 0 | 0.51 | 0.41 | 0.59 | 348.68 | 0.34 | 0.3 |
| Hex | 68 | 33 | 3D | 0 | 33 | 29 | 3B | 15D | 22 | 1E |
| Octal | 150 | 63 | 75 | 0 | 63 | 51 | 73 | 535 | 42 | 36 |
| Binary | 1101000 | 110011 | 111101 | 0 | 110011 | 101001 | 111011 | 101011101 | 100010 | 11110 |
Color Harmonies of #68333D
Complementary color
Monochromatic Colors of #68333D
Black with #68333D
Text Example
Text Example
White with #68333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68333D; }
p { color: rgb(104,51,61); }
H1.HeaderClassName
{
color: #68333D;
}
.AnyTagClassName
{
color: #68333D;
}
</style>
background-color css
<style>
a { background-color: #68333D; }
a { background-color: rgb(104,51,61); }
div.DivClassName
{
background-color: #68333D;
}
.BgClassName
{
background-color: #68333D;
}
</style>
border-color css
<style>
span { border-color: #68333D; }
span { border-color: rgb(104,51,61); }
td.TdClassName
{
border-color: #68333D;
}
.TagClassName
{
border-color: #68333D;
}
</style>