Shades of Siren #682B3F
Tints of Siren #682B3F
RGB
CMYK
RGB Variations
Color information
#682B3F (or 0x682B3F) is known color: Siren. HEX triplet: 68, 2B and 3F. RGB value is (104,43,63). Sum of RGB (Red+Green+Blue) = 104+43+63=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 43 (17.19% from 255 or 20.48% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #682B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682B3F is #97D4C0. Grayscale: #3F3F3F. Windows color (decimal): -9950401 or 4139880. OLE color: 4139880.
HSL color Cylindrical-coordinate representation of color #682B3F: hue angle of 340.33º 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 #682B3F is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 43 | 63 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.59 |
| HSL | 340.33º | 0.41% | 0.29% | - |
| HSV(B) | 340.33º | 0.59% | 0.41% | - |
| XYZ | 7.47 | 5.03 | 5.28 | - |
| YUV | 63.52 | 127.71 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 43 | 63 | 0 | 0.59 | 0.39 | 0.59 | 340.33 | 0.41 | 0.29 |
| Hex | 68 | 2B | 3F | 0 | 3B | 27 | 3B | 154 | 29 | 1D |
| Octal | 150 | 53 | 77 | 0 | 73 | 47 | 73 | 524 | 51 | 35 |
| Binary | 1101000 | 101011 | 111111 | 0 | 111011 | 100111 | 111011 | 101010100 | 101001 | 11101 |
Color Harmonies of #682B3F
Complementary color
Monochromatic Colors of #682B3F
Black with #682B3F
Text Example
Text Example
White with #682B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682B3F; }
p { color: rgb(104,43,63); }
H1.HeaderClassName
{
color: #682B3F;
}
.AnyTagClassName
{
color: #682B3F;
}
</style>
background-color css
<style>
a { background-color: #682B3F; }
a { background-color: rgb(104,43,63); }
div.DivClassName
{
background-color: #682B3F;
}
.BgClassName
{
background-color: #682B3F;
}
</style>
border-color css
<style>
span { border-color: #682B3F; }
span { border-color: rgb(104,43,63); }
td.TdClassName
{
border-color: #682B3F;
}
.TagClassName
{
border-color: #682B3F;
}
</style>