Shades of Siren #682840
Tints of Siren #682840
RGB
CMYK
RGB Variations
Color information
#682840 (or 0x682840) is known color: Siren. HEX triplet: 68, 28 and 40. RGB value is (104,40,64). Sum of RGB (Red+Green+Blue) = 104+40+64=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 64 (25.39% from 255 or 30.77% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #682840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682840 is #97D7BF. Grayscale: #3D3D3D. Windows color (decimal): -9951168 or 4204648. OLE color: 4204648.
HSL color Cylindrical-coordinate representation of color #682840: hue angle of 337.5º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #682840 is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 40 | 64 | - |
| CMYK | 0 | 0.62 | 0.38 | 0.59 |
| HSL | 337.5º | 0.44% | 0.28% | - |
| HSV(B) | 337.5º | 0.62% | 0.41% | - |
| XYZ | 7.39 | 4.83 | 5.39 | - |
| YUV | 61.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 64 | 0 | 0.62 | 0.38 | 0.59 | 337.5 | 0.44 | 0.28 |
| Hex | 68 | 28 | 40 | 0 | 3E | 26 | 3B | 152 | 2C | 1C |
| Octal | 150 | 50 | 100 | 0 | 76 | 46 | 73 | 522 | 54 | 34 |
| Binary | 1101000 | 101000 | 1000000 | 0 | 111110 | 100110 | 111011 | 101010010 | 101100 | 11100 |
Color Harmonies of #682840
Complementary color
Monochromatic Colors of #682840
Black with #682840
Text Example
Text Example
White with #682840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682840; }
p { color: rgb(104,40,64); }
H1.HeaderClassName
{
color: #682840;
}
.AnyTagClassName
{
color: #682840;
}
</style>
background-color css
<style>
a { background-color: #682840; }
a { background-color: rgb(104,40,64); }
div.DivClassName
{
background-color: #682840;
}
.BgClassName
{
background-color: #682840;
}
</style>
border-color css
<style>
span { border-color: #682840; }
span { border-color: rgb(104,40,64); }
td.TdClassName
{
border-color: #682840;
}
.TagClassName
{
border-color: #682840;
}
</style>