Shades of Siren #682C40
Tints of Siren #682C40
RGB
CMYK
RGB Variations
Color information
#682C40 (or 0x682C40) is known color: Siren. HEX triplet: 68, 2C and 40. RGB value is (104,44,64). Sum of RGB (Red+Green+Blue) = 104+44+64=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #682C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682C40 is #97D3BF. Grayscale: #404040. Windows color (decimal): -9950144 or 4205672. OLE color: 4205672.
HSL color Cylindrical-coordinate representation of color #682C40: hue angle of 340º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #682C40 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 44 | 64 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.59 |
| HSL | 340º | 0.41% | 0.29% | - |
| HSV(B) | 340º | 0.58% | 0.41% | - |
| XYZ | 7.54 | 5.11 | 5.44 | - |
| YUV | 64.22 | 127.88 | 156.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 64 | 0 | 0.58 | 0.38 | 0.59 | 340 | 0.41 | 0.29 |
| Hex | 68 | 2C | 40 | 0 | 3A | 26 | 3B | 154 | 29 | 1D |
| Octal | 150 | 54 | 100 | 0 | 72 | 46 | 73 | 524 | 51 | 35 |
| Binary | 1101000 | 101100 | 1000000 | 0 | 111010 | 100110 | 111011 | 101010100 | 101001 | 11101 |
Color Harmonies of #682C40
Complementary color
Monochromatic Colors of #682C40
Black with #682C40
Text Example
Text Example
White with #682C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C40; }
p { color: rgb(104,44,64); }
H1.HeaderClassName
{
color: #682C40;
}
.AnyTagClassName
{
color: #682C40;
}
</style>
background-color css
<style>
a { background-color: #682C40; }
a { background-color: rgb(104,44,64); }
div.DivClassName
{
background-color: #682C40;
}
.BgClassName
{
background-color: #682C40;
}
</style>
border-color css
<style>
span { border-color: #682C40; }
span { border-color: rgb(104,44,64); }
td.TdClassName
{
border-color: #682C40;
}
.TagClassName
{
border-color: #682C40;
}
</style>