Shades of Siren #693341
Tints of Siren #693341
RGB
CMYK
RGB Variations
Color information
#693341 (or 0x693341) is known color: Siren. HEX triplet: 69, 33 and 41. RGB value is (105,51,65). Sum of RGB (Red+Green+Blue) = 105+51+65=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 51 (20.31% from 255 or 23.08% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #693341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693341 is #96CCBE. Grayscale: #444444. Windows color (decimal): -9882815 or 4273001. OLE color: 4273001.
HSL color Cylindrical-coordinate representation of color #693341: hue angle of 344.44º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #693341 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 51 | 65 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.59 |
| HSL | 344.44º | 0.35% | 0.31% | - |
| HSV(B) | 344.44º | 0.51% | 0.41% | - |
| XYZ | 7.96 | 5.75 | 5.69 | - |
| YUV | 68.74 | 125.89 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 51 | 65 | 0 | 0.51 | 0.38 | 0.59 | 344.44 | 0.35 | 0.31 |
| Hex | 69 | 33 | 41 | 0 | 33 | 26 | 3B | 158 | 23 | 1F |
| Octal | 151 | 63 | 101 | 0 | 63 | 46 | 73 | 530 | 43 | 37 |
| Binary | 1101001 | 110011 | 1000001 | 0 | 110011 | 100110 | 111011 | 101011000 | 100011 | 11111 |
Color Harmonies of #693341
Complementary color
Monochromatic Colors of #693341
Black with #693341
Text Example
Text Example
White with #693341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693341; }
p { color: rgb(105,51,65); }
H1.HeaderClassName
{
color: #693341;
}
.AnyTagClassName
{
color: #693341;
}
</style>
background-color css
<style>
a { background-color: #693341; }
a { background-color: rgb(105,51,65); }
div.DivClassName
{
background-color: #693341;
}
.BgClassName
{
background-color: #693341;
}
</style>
border-color css
<style>
span { border-color: #693341; }
span { border-color: rgb(105,51,65); }
td.TdClassName
{
border-color: #693341;
}
.TagClassName
{
border-color: #693341;
}
</style>