Shades of Siren #60343E
Tints of Siren #60343E
RGB
CMYK
RGB Variations
Color information
#60343E (or 0x60343E) is known color: Siren. HEX triplet: 60, 34 and 3E. RGB value is (96,52,62). Sum of RGB (Red+Green+Blue) = 96+52+62=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 62 (24.61% from 255 or 29.52% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #60343E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60343E is #9FCBC1. Grayscale: #424242. Windows color (decimal): -10472386 or 4076640. OLE color: 4076640.
HSL color Cylindrical-coordinate representation of color #60343E: hue angle of 346.36º 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 #60343E is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 62 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.62 |
| HSL | 346.36º | 0.3% | 0.29% | - |
| HSV(B) | 346.36º | 0.46% | 0.38% | - |
| XYZ | 6.92 | 5.29 | 5.21 | - |
| YUV | 66.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 62 | 0 | 0.46 | 0.35 | 0.62 | 346.36 | 0.3 | 0.29 |
| Hex | 60 | 34 | 3E | 0 | 2E | 23 | 3E | 15A | 1E | 1D |
| Octal | 140 | 64 | 76 | 0 | 56 | 43 | 76 | 532 | 36 | 35 |
| Binary | 1100000 | 110100 | 111110 | 0 | 101110 | 100011 | 111110 | 101011010 | 11110 | 11101 |
Color Harmonies of #60343E
Complementary color
Monochromatic Colors of #60343E
Black with #60343E
Text Example
Text Example
White with #60343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60343E; }
p { color: rgb(96,52,62); }
H1.HeaderClassName
{
color: #60343E;
}
.AnyTagClassName
{
color: #60343E;
}
</style>
background-color css
<style>
a { background-color: #60343E; }
a { background-color: rgb(96,52,62); }
div.DivClassName
{
background-color: #60343E;
}
.BgClassName
{
background-color: #60343E;
}
</style>
border-color css
<style>
span { border-color: #60343E; }
span { border-color: rgb(96,52,62); }
td.TdClassName
{
border-color: #60343E;
}
.TagClassName
{
border-color: #60343E;
}
</style>