Shades of Siren #682B40
Tints of Siren #682B40
RGB
CMYK
RGB Variations
Color information
#682B40 (or 0x682B40) is known color: Siren. HEX triplet: 68, 2B and 40. RGB value is (104,43,64). Sum of RGB (Red+Green+Blue) = 104+43+64=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 64 (25.39% from 255 or 30.33% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #682B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B40 is #97D4BF. Grayscale: #3F3F3F. Windows color (decimal): -9950400 or 4205416. OLE color: 4205416.
HSL color Cylindrical-coordinate representation of color #682B40: hue angle of 339.34º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #682B40 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 43 | 64 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.59 |
| HSL | 339.34º | 0.41% | 0.29% | - |
| HSV(B) | 339.34º | 0.59% | 0.41% | - |
| XYZ | 7.5 | 5.04 | 5.43 | - |
| YUV | 63.63 | 128.21 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 64 | 0 | 0.59 | 0.38 | 0.59 | 339.34 | 0.41 | 0.29 |
| Hex | 68 | 2B | 40 | 0 | 3B | 26 | 3B | 153 | 29 | 1D |
| Octal | 150 | 53 | 100 | 0 | 73 | 46 | 73 | 523 | 51 | 35 |
| Binary | 1101000 | 101011 | 1000000 | 0 | 111011 | 100110 | 111011 | 101010011 | 101001 | 11101 |
Color Harmonies of #682B40
Complementary color
Monochromatic Colors of #682B40
Black with #682B40
Text Example
Text Example
White with #682B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682B40; }
p { color: rgb(104,43,64); }
H1.HeaderClassName
{
color: #682B40;
}
.AnyTagClassName
{
color: #682B40;
}
</style>
background-color css
<style>
a { background-color: #682B40; }
a { background-color: rgb(104,43,64); }
div.DivClassName
{
background-color: #682B40;
}
.BgClassName
{
background-color: #682B40;
}
</style>
border-color css
<style>
span { border-color: #682B40; }
span { border-color: rgb(104,43,64); }
td.TdClassName
{
border-color: #682B40;
}
.TagClassName
{
border-color: #682B40;
}
</style>