Shades of Siren #60323E
Tints of Siren #60323E
RGB
CMYK
RGB Variations
Color information
#60323E (or 0x60323E) is known color: Siren. HEX triplet: 60, 32 and 3E. RGB value is (96,50,62). Sum of RGB (Red+Green+Blue) = 96+50+62=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 62 (24.61% from 255 or 29.81% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #60323E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60323E is #9FCDC1. Grayscale: #414141. Windows color (decimal): -10472898 or 4076128. OLE color: 4076128.
HSL color Cylindrical-coordinate representation of color #60323E: hue angle of 344.35º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60323E is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 50 | 62 | - |
| CMYK | 0 | 0.48 | 0.35 | 0.62 |
| HSL | 344.35º | 0.32% | 0.29% | - |
| HSV(B) | 344.35º | 0.48% | 0.38% | - |
| XYZ | 6.83 | 5.12 | 5.18 | - |
| YUV | 65.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 62 | 0 | 0.48 | 0.35 | 0.62 | 344.35 | 0.32 | 0.29 |
| Hex | 60 | 32 | 3E | 0 | 30 | 23 | 3E | 158 | 20 | 1D |
| Octal | 140 | 62 | 76 | 0 | 60 | 43 | 76 | 530 | 40 | 35 |
| Binary | 1100000 | 110010 | 111110 | 0 | 110000 | 100011 | 111110 | 101011000 | 100000 | 11101 |
Color Harmonies of #60323E
Complementary color
Monochromatic Colors of #60323E
Black with #60323E
Text Example
Text Example
White with #60323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60323E; }
p { color: rgb(96,50,62); }
H1.HeaderClassName
{
color: #60323E;
}
.AnyTagClassName
{
color: #60323E;
}
</style>
background-color css
<style>
a { background-color: #60323E; }
a { background-color: rgb(96,50,62); }
div.DivClassName
{
background-color: #60323E;
}
.BgClassName
{
background-color: #60323E;
}
</style>
border-color css
<style>
span { border-color: #60323E; }
span { border-color: rgb(96,50,62); }
td.TdClassName
{
border-color: #60323E;
}
.TagClassName
{
border-color: #60323E;
}
</style>