Shades of Siren #60333B
Tints of Siren #60333B
RGB
CMYK
RGB Variations
Color information
#60333B (or 0x60333B) is known color: Siren. HEX triplet: 60, 33 and 3B. RGB value is (96,51,59). Sum of RGB (Red+Green+Blue) = 96+51+59=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 59 (23.44% from 255 or 28.64% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #60333B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60333B is #9FCCC4. Grayscale: #414141. Windows color (decimal): -10472645 or 3879776. OLE color: 3879776.
HSL color Cylindrical-coordinate representation of color #60333B: hue angle of 349.33º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60333B is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 51 | 59 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.62 |
| HSL | 349.33º | 0.31% | 0.29% | - |
| HSV(B) | 349.33º | 0.47% | 0.38% | - |
| XYZ | 6.8 | 5.17 | 4.78 | - |
| YUV | 65.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 59 | 0 | 0.47 | 0.39 | 0.62 | 349.33 | 0.31 | 0.29 |
| Hex | 60 | 33 | 3B | 0 | 2F | 27 | 3E | 15D | 1F | 1D |
| Octal | 140 | 63 | 73 | 0 | 57 | 47 | 76 | 535 | 37 | 35 |
| Binary | 1100000 | 110011 | 111011 | 0 | 101111 | 100111 | 111110 | 101011101 | 11111 | 11101 |
Color Harmonies of #60333B
Complementary color
Monochromatic Colors of #60333B
Black with #60333B
Text Example
Text Example
White with #60333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60333B; }
p { color: rgb(96,51,59); }
H1.HeaderClassName
{
color: #60333B;
}
.AnyTagClassName
{
color: #60333B;
}
</style>
background-color css
<style>
a { background-color: #60333B; }
a { background-color: rgb(96,51,59); }
div.DivClassName
{
background-color: #60333B;
}
.BgClassName
{
background-color: #60333B;
}
</style>
border-color css
<style>
span { border-color: #60333B; }
span { border-color: rgb(96,51,59); }
td.TdClassName
{
border-color: #60333B;
}
.TagClassName
{
border-color: #60333B;
}
</style>