Shades of Siren #682B3C
Tints of Siren #682B3C
RGB
CMYK
RGB Variations
Color information
#682B3C (or 0x682B3C) is known color: Siren. HEX triplet: 68, 2B and 3C. RGB value is (104,43,60). Sum of RGB (Red+Green+Blue) = 104+43+60=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 43 (17.19% from 255 or 20.77% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #682B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B3C is #97D4C3. Grayscale: #3F3F3F. Windows color (decimal): -9950404 or 3943272. OLE color: 3943272.
HSL color Cylindrical-coordinate representation of color #682B3C: hue angle of 343.28º 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 #682B3C is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 43 | 60 | - |
| CMYK | 0 | 0.59 | 0.42 | 0.59 |
| HSL | 343.28º | 0.41% | 0.29% | - |
| HSV(B) | 343.28º | 0.59% | 0.41% | - |
| XYZ | 7.39 | 5 | 4.85 | - |
| YUV | 63.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 60 | 0 | 0.59 | 0.42 | 0.59 | 343.28 | 0.41 | 0.29 |
| Hex | 68 | 2B | 3C | 0 | 3B | 2A | 3B | 157 | 29 | 1D |
| Octal | 150 | 53 | 74 | 0 | 73 | 52 | 73 | 527 | 51 | 35 |
| Binary | 1101000 | 101011 | 111100 | 0 | 111011 | 101010 | 111011 | 101010111 | 101001 | 11101 |
Color Harmonies of #682B3C
Complementary color
Monochromatic Colors of #682B3C
Black with #682B3C
Text Example
Text Example
White with #682B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682B3C; }
p { color: rgb(104,43,60); }
H1.HeaderClassName
{
color: #682B3C;
}
.AnyTagClassName
{
color: #682B3C;
}
</style>
background-color css
<style>
a { background-color: #682B3C; }
a { background-color: rgb(104,43,60); }
div.DivClassName
{
background-color: #682B3C;
}
.BgClassName
{
background-color: #682B3C;
}
</style>
border-color css
<style>
span { border-color: #682B3C; }
span { border-color: rgb(104,43,60); }
td.TdClassName
{
border-color: #682B3C;
}
.TagClassName
{
border-color: #682B3C;
}
</style>