Shades of Siren #682A40
Tints of Siren #682A40
RGB
CMYK
RGB Variations
Color information
#682A40 (or 0x682A40) is known color: Siren. HEX triplet: 68, 2A and 40. RGB value is (104,42,64). Sum of RGB (Red+Green+Blue) = 104+42+64=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #682A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682A40 is #97D5BF. Grayscale: #3F3F3F. Windows color (decimal): -9950656 or 4205160. OLE color: 4205160.
HSL color Cylindrical-coordinate representation of color #682A40: hue angle of 338.71º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #682A40 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 42 | 64 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.59 |
| HSL | 338.71º | 0.42% | 0.29% | - |
| HSV(B) | 338.71º | 0.6% | 0.41% | - |
| XYZ | 7.46 | 4.97 | 5.42 | - |
| YUV | 63.05 | 128.54 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 42 | 64 | 0 | 0.60 | 0.38 | 0.59 | 338.71 | 0.42 | 0.29 |
| Hex | 68 | 2A | 40 | 0 | 3C | 26 | 3B | 153 | 2A | 1D |
| Octal | 150 | 52 | 100 | 0 | 74 | 46 | 73 | 523 | 52 | 35 |
| Binary | 1101000 | 101010 | 1000000 | 0 | 111100 | 100110 | 111011 | 101010011 | 101010 | 11101 |
Color Harmonies of #682A40
Complementary color
Monochromatic Colors of #682A40
Black with #682A40
Text Example
Text Example
White with #682A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682A40; }
p { color: rgb(104,42,64); }
H1.HeaderClassName
{
color: #682A40;
}
.AnyTagClassName
{
color: #682A40;
}
</style>
background-color css
<style>
a { background-color: #682A40; }
a { background-color: rgb(104,42,64); }
div.DivClassName
{
background-color: #682A40;
}
.BgClassName
{
background-color: #682A40;
}
</style>
border-color css
<style>
span { border-color: #682A40; }
span { border-color: rgb(104,42,64); }
td.TdClassName
{
border-color: #682A40;
}
.TagClassName
{
border-color: #682A40;
}
</style>