Shades of Siren #693242
Tints of Siren #693242
RGB
CMYK
RGB Variations
Color information
#693242 (or 0x693242) is known color: Siren. HEX triplet: 69, 32 and 42. RGB value is (105,50,66). Sum of RGB (Red+Green+Blue) = 105+50+66=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #693242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693242 is #96CDBD. Grayscale: #444444. Windows color (decimal): -9883070 or 4338281. OLE color: 4338281.
HSL color Cylindrical-coordinate representation of color #693242: hue angle of 342.55º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #693242 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 50 | 66 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.59 |
| HSL | 342.55º | 0.35% | 0.3% | - |
| HSV(B) | 342.55º | 0.52% | 0.41% | - |
| XYZ | 7.95 | 5.68 | 5.83 | - |
| YUV | 68.27 | 126.72 | 154.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 50 | 66 | 0 | 0.52 | 0.37 | 0.59 | 342.55 | 0.35 | 0.3 |
| Hex | 69 | 32 | 42 | 0 | 34 | 25 | 3B | 157 | 23 | 1E |
| Octal | 151 | 62 | 102 | 0 | 64 | 45 | 73 | 527 | 43 | 36 |
| Binary | 1101001 | 110010 | 1000010 | 0 | 110100 | 100101 | 111011 | 101010111 | 100011 | 11110 |
Color Harmonies of #693242
Complementary color
Monochromatic Colors of #693242
Black with #693242
Text Example
Text Example
White with #693242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693242; }
p { color: rgb(105,50,66); }
H1.HeaderClassName
{
color: #693242;
}
.AnyTagClassName
{
color: #693242;
}
</style>
background-color css
<style>
a { background-color: #693242; }
a { background-color: rgb(105,50,66); }
div.DivClassName
{
background-color: #693242;
}
.BgClassName
{
background-color: #693242;
}
</style>
border-color css
<style>
span { border-color: #693242; }
span { border-color: rgb(105,50,66); }
td.TdClassName
{
border-color: #693242;
}
.TagClassName
{
border-color: #693242;
}
</style>