Shades of Siren #682E3F
Tints of Siren #682E3F
RGB
CMYK
RGB Variations
Color information
#682E3F (or 0x682E3F) is known color: Siren. HEX triplet: 68, 2E and 3F. RGB value is (104,46,63). Sum of RGB (Red+Green+Blue) = 104+46+63=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 46 (18.36% from 255 or 21.60% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #682E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E3F is #97D1C0. Grayscale: #414141. Windows color (decimal): -9949633 or 4140648. OLE color: 4140648.
HSL color Cylindrical-coordinate representation of color #682E3F: hue angle of 342.41º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682E3F is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 46 | 63 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.59 |
| HSL | 342.41º | 0.39% | 0.29% | - |
| HSV(B) | 342.41º | 0.56% | 0.41% | - |
| XYZ | 7.58 | 5.26 | 5.32 | - |
| YUV | 65.28 | 126.72 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 63 | 0 | 0.56 | 0.39 | 0.59 | 342.41 | 0.39 | 0.29 |
| Hex | 68 | 2E | 3F | 0 | 38 | 27 | 3B | 156 | 27 | 1D |
| Octal | 150 | 56 | 77 | 0 | 70 | 47 | 73 | 526 | 47 | 35 |
| Binary | 1101000 | 101110 | 111111 | 0 | 111000 | 100111 | 111011 | 101010110 | 100111 | 11101 |
Color Harmonies of #682E3F
Complementary color
Monochromatic Colors of #682E3F
Black with #682E3F
Text Example
Text Example
White with #682E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E3F; }
p { color: rgb(104,46,63); }
H1.HeaderClassName
{
color: #682E3F;
}
.AnyTagClassName
{
color: #682E3F;
}
</style>
background-color css
<style>
a { background-color: #682E3F; }
a { background-color: rgb(104,46,63); }
div.DivClassName
{
background-color: #682E3F;
}
.BgClassName
{
background-color: #682E3F;
}
</style>
border-color css
<style>
span { border-color: #682E3F; }
span { border-color: rgb(104,46,63); }
td.TdClassName
{
border-color: #682E3F;
}
.TagClassName
{
border-color: #682E3F;
}
</style>