Shades of Siren #60343C
Tints of Siren #60343C
RGB
CMYK
RGB Variations
Color information
#60343C (or 0x60343C) is known color: Siren. HEX triplet: 60, 34 and 3C. RGB value is (96,52,60). Sum of RGB (Red+Green+Blue) = 96+52+60=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60343C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60343C is #9FCBC3. Grayscale: #424242. Windows color (decimal): -10472388 or 3945568. OLE color: 3945568.
HSL color Cylindrical-coordinate representation of color #60343C: hue angle of 349.09º 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 #60343C is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 52 | 60 | - |
| CMYK | 0 | 0.46 | 0.38 | 0.62 |
| HSL | 349.09º | 0.3% | 0.29% | - |
| HSV(B) | 349.09º | 0.46% | 0.38% | - |
| XYZ | 6.87 | 5.27 | 4.93 | - |
| YUV | 66.07 | 124.58 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 52 | 60 | 0 | 0.46 | 0.38 | 0.62 | 349.09 | 0.3 | 0.29 |
| Hex | 60 | 34 | 3C | 0 | 2E | 26 | 3E | 15D | 1E | 1D |
| Octal | 140 | 64 | 74 | 0 | 56 | 46 | 76 | 535 | 36 | 35 |
| Binary | 1100000 | 110100 | 111100 | 0 | 101110 | 100110 | 111110 | 101011101 | 11110 | 11101 |
Color Harmonies of #60343C
Complementary color
Monochromatic Colors of #60343C
Black with #60343C
Text Example
Text Example
White with #60343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60343C; }
p { color: rgb(96,52,60); }
H1.HeaderClassName
{
color: #60343C;
}
.AnyTagClassName
{
color: #60343C;
}
</style>
background-color css
<style>
a { background-color: #60343C; }
a { background-color: rgb(96,52,60); }
div.DivClassName
{
background-color: #60343C;
}
.BgClassName
{
background-color: #60343C;
}
</style>
border-color css
<style>
span { border-color: #60343C; }
span { border-color: rgb(96,52,60); }
td.TdClassName
{
border-color: #60343C;
}
.TagClassName
{
border-color: #60343C;
}
</style>