Shades of Siren #60333C
Tints of Siren #60333C
RGB
CMYK
RGB Variations
Color information
#60333C (or 0x60333C) is known color: Siren. HEX triplet: 60, 33 and 3C. RGB value is (96,51,60). Sum of RGB (Red+Green+Blue) = 96+51+60=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60333C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60333C is #9FCCC3. Grayscale: #414141. Windows color (decimal): -10472644 or 3945312. OLE color: 3945312.
HSL color Cylindrical-coordinate representation of color #60333C: hue angle of 348º 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 #60333C is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 51 | 60 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.62 |
| HSL | 348º | 0.31% | 0.29% | - |
| HSV(B) | 348º | 0.47% | 0.38% | - |
| XYZ | 6.82 | 5.18 | 4.92 | - |
| YUV | 65.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 60 | 0 | 0.47 | 0.38 | 0.62 | 348 | 0.31 | 0.29 |
| Hex | 60 | 33 | 3C | 0 | 2F | 26 | 3E | 15C | 1F | 1D |
| Octal | 140 | 63 | 74 | 0 | 57 | 46 | 76 | 534 | 37 | 35 |
| Binary | 1100000 | 110011 | 111100 | 0 | 101111 | 100110 | 111110 | 101011100 | 11111 | 11101 |
Color Harmonies of #60333C
Complementary color
Monochromatic Colors of #60333C
Black with #60333C
Text Example
Text Example
White with #60333C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60333C; }
p { color: rgb(96,51,60); }
H1.HeaderClassName
{
color: #60333C;
}
.AnyTagClassName
{
color: #60333C;
}
</style>
background-color css
<style>
a { background-color: #60333C; }
a { background-color: rgb(96,51,60); }
div.DivClassName
{
background-color: #60333C;
}
.BgClassName
{
background-color: #60333C;
}
</style>
border-color css
<style>
span { border-color: #60333C; }
span { border-color: rgb(96,51,60); }
td.TdClassName
{
border-color: #60333C;
}
.TagClassName
{
border-color: #60333C;
}
</style>