Shades of Siren #682F3C
Tints of Siren #682F3C
RGB
CMYK
RGB Variations
Color information
#682F3C (or 0x682F3C) is known color: Siren. HEX triplet: 68, 2F and 3C. RGB value is (104,47,60). Sum of RGB (Red+Green+Blue) = 104+47+60=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #682F3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682F3C is #97D0C3. Grayscale: #414141. Windows color (decimal): -9949380 or 3944296. OLE color: 3944296.
HSL color Cylindrical-coordinate representation of color #682F3C: hue angle of 346.32º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #682F3C is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 47 | 60 | - |
| CMYK | 0 | 0.55 | 0.42 | 0.59 |
| HSL | 346.32º | 0.38% | 0.3% | - |
| HSV(B) | 346.32º | 0.55% | 0.41% | - |
| XYZ | 7.54 | 5.3 | 4.9 | - |
| YUV | 65.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 47 | 60 | 0 | 0.55 | 0.42 | 0.59 | 346.32 | 0.38 | 0.3 |
| Hex | 68 | 2F | 3C | 0 | 37 | 2A | 3B | 15A | 26 | 1E |
| Octal | 150 | 57 | 74 | 0 | 67 | 52 | 73 | 532 | 46 | 36 |
| Binary | 1101000 | 101111 | 111100 | 0 | 110111 | 101010 | 111011 | 101011010 | 100110 | 11110 |
Color Harmonies of #682F3C
Complementary color
Monochromatic Colors of #682F3C
Black with #682F3C
Text Example
Text Example
White with #682F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682F3C; }
p { color: rgb(104,47,60); }
H1.HeaderClassName
{
color: #682F3C;
}
.AnyTagClassName
{
color: #682F3C;
}
</style>
background-color css
<style>
a { background-color: #682F3C; }
a { background-color: rgb(104,47,60); }
div.DivClassName
{
background-color: #682F3C;
}
.BgClassName
{
background-color: #682F3C;
}
</style>
border-color css
<style>
span { border-color: #682F3C; }
span { border-color: rgb(104,47,60); }
td.TdClassName
{
border-color: #682F3C;
}
.TagClassName
{
border-color: #682F3C;
}
</style>