Shades of Siren #682D3C
Tints of Siren #682D3C
RGB
CMYK
RGB Variations
Color information
#682D3C (or 0x682D3C) is known color: Siren. HEX triplet: 68, 2D and 3C. RGB value is (104,45,60). Sum of RGB (Red+Green+Blue) = 104+45+60=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 45 (17.97% from 255 or 21.53% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #682D3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D3C is #97D2C3. Grayscale: #404040. Windows color (decimal): -9949892 or 3943784. OLE color: 3943784.
HSL color Cylindrical-coordinate representation of color #682D3C: hue angle of 344.75º 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 #682D3C is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 45 | 60 | - |
| CMYK | 0 | 0.57 | 0.42 | 0.59 |
| HSL | 344.75º | 0.4% | 0.29% | - |
| HSV(B) | 344.75º | 0.57% | 0.41% | - |
| XYZ | 7.46 | 5.15 | 4.87 | - |
| YUV | 64.35 | 125.55 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 45 | 60 | 0 | 0.57 | 0.42 | 0.59 | 344.75 | 0.4 | 0.29 |
| Hex | 68 | 2D | 3C | 0 | 39 | 2A | 3B | 159 | 28 | 1D |
| Octal | 150 | 55 | 74 | 0 | 71 | 52 | 73 | 531 | 50 | 35 |
| Binary | 1101000 | 101101 | 111100 | 0 | 111001 | 101010 | 111011 | 101011001 | 101000 | 11101 |
Color Harmonies of #682D3C
Complementary color
Monochromatic Colors of #682D3C
Black with #682D3C
Text Example
Text Example
White with #682D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682D3C; }
p { color: rgb(104,45,60); }
H1.HeaderClassName
{
color: #682D3C;
}
.AnyTagClassName
{
color: #682D3C;
}
</style>
background-color css
<style>
a { background-color: #682D3C; }
a { background-color: rgb(104,45,60); }
div.DivClassName
{
background-color: #682D3C;
}
.BgClassName
{
background-color: #682D3C;
}
</style>
border-color css
<style>
span { border-color: #682D3C; }
span { border-color: rgb(104,45,60); }
td.TdClassName
{
border-color: #682D3C;
}
.TagClassName
{
border-color: #682D3C;
}
</style>