Shades of Siren #682D37
Tints of Siren #682D37
RGB
CMYK
RGB Variations
Color information
#682D37 (or 0x682D37) is known color: Siren. HEX triplet: 68, 2D and 37. RGB value is (104,45,55). Sum of RGB (Red+Green+Blue) = 104+45+55=204 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.98% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 55 (21.88% from 255 or 26.96% from 204); Max value from RGB is 104 - color contains mainly: red. Hex color #682D37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D37 is #97D2C8. Grayscale: #3F3F3F. Windows color (decimal): -9949897 or 3616104. OLE color: 3616104.
HSL color Cylindrical-coordinate representation of color #682D37: hue angle of 349.83º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #682D37 is Cyan = 0, Magento = 0.57, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 55 | - |
| CMYK | 0 | 0.57 | 0.47 | 0.59 |
| HSL | 349.83º | 0.4% | 0.29% | - |
| HSV(B) | 349.83º | 0.57% | 0.41% | - |
| XYZ | 7.34 | 5.1 | 4.21 | - |
| YUV | 63.78 | 123.05 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 55 | 0 | 0.57 | 0.47 | 0.59 | 349.83 | 0.4 | 0.29 |
| Hex | 68 | 2D | 37 | 0 | 39 | 2F | 3B | 15E | 28 | 1D |
| Octal | 150 | 55 | 67 | 0 | 71 | 57 | 73 | 536 | 50 | 35 |
| Binary | 1101000 | 101101 | 110111 | 0 | 111001 | 101111 | 111011 | 101011110 | 101000 | 11101 |
Color Harmonies of #682D37
Complementary color
Monochromatic Colors of #682D37
Black with #682D37
Text Example
Text Example
White with #682D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D37; }
p { color: rgb(104,45,55); }
H1.HeaderClassName
{
color: #682D37;
}
.AnyTagClassName
{
color: #682D37;
}
</style>
background-color css
<style>
a { background-color: #682D37; }
a { background-color: rgb(104,45,55); }
div.DivClassName
{
background-color: #682D37;
}
.BgClassName
{
background-color: #682D37;
}
</style>
border-color css
<style>
span { border-color: #682D37; }
span { border-color: rgb(104,45,55); }
td.TdClassName
{
border-color: #682D37;
}
.TagClassName
{
border-color: #682D37;
}
</style>