Shades of Siren #60343D
Tints of Siren #60343D
RGB
CMYK
RGB Variations
Color information
#60343D (or 0x60343D) is known color: Siren. HEX triplet: 60, 34 and 3D. RGB value is (96,52,61). Sum of RGB (Red+Green+Blue) = 96+52+61=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #60343D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60343D is #9FCBC2. Grayscale: #424242. Windows color (decimal): -10472387 or 4011104. OLE color: 4011104.
HSL color Cylindrical-coordinate representation of color #60343D: hue angle of 347.73º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60343D is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 61 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.62 |
| HSL | 347.73º | 0.3% | 0.29% | - |
| HSV(B) | 347.73º | 0.46% | 0.38% | - |
| XYZ | 6.89 | 5.28 | 5.07 | - |
| YUV | 66.18 | 125.08 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 61 | 0 | 0.46 | 0.36 | 0.62 | 347.73 | 0.3 | 0.29 |
| Hex | 60 | 34 | 3D | 0 | 2E | 24 | 3E | 15C | 1E | 1D |
| Octal | 140 | 64 | 75 | 0 | 56 | 44 | 76 | 534 | 36 | 35 |
| Binary | 1100000 | 110100 | 111101 | 0 | 101110 | 100100 | 111110 | 101011100 | 11110 | 11101 |
Color Harmonies of #60343D
Complementary color
Monochromatic Colors of #60343D
Black with #60343D
Text Example
Text Example
White with #60343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60343D; }
p { color: rgb(96,52,61); }
H1.HeaderClassName
{
color: #60343D;
}
.AnyTagClassName
{
color: #60343D;
}
</style>
background-color css
<style>
a { background-color: #60343D; }
a { background-color: rgb(96,52,61); }
div.DivClassName
{
background-color: #60343D;
}
.BgClassName
{
background-color: #60343D;
}
</style>
border-color css
<style>
span { border-color: #60343D; }
span { border-color: rgb(96,52,61); }
td.TdClassName
{
border-color: #60343D;
}
.TagClassName
{
border-color: #60343D;
}
</style>