Shades of Siren #692B40
Tints of Siren #692B40
RGB
CMYK
RGB Variations
Color information
#692B40 (or 0x692B40) is known color: Siren. HEX triplet: 69, 2B and 40. RGB value is (105,43,64). Sum of RGB (Red+Green+Blue) = 105+43+64=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 105 - color contains mainly: red. Hex color #692B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692B40 is #96D4BF. Grayscale: #3F3F3F. Windows color (decimal): -9884864 or 4205417. OLE color: 4205417.
HSL color Cylindrical-coordinate representation of color #692B40: hue angle of 339.68º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #692B40 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 43 | 64 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.59 |
| HSL | 339.68º | 0.42% | 0.29% | - |
| HSV(B) | 339.68º | 0.59% | 0.41% | - |
| XYZ | 7.61 | 5.1 | 5.43 | - |
| YUV | 63.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 43 | 64 | 0 | 0.59 | 0.39 | 0.59 | 339.68 | 0.42 | 0.29 |
| Hex | 69 | 2B | 40 | 0 | 3B | 27 | 3B | 154 | 2A | 1D |
| Octal | 151 | 53 | 100 | 0 | 73 | 47 | 73 | 524 | 52 | 35 |
| Binary | 1101001 | 101011 | 1000000 | 0 | 111011 | 100111 | 111011 | 101010100 | 101010 | 11101 |
Color Harmonies of #692B40
Complementary color
Monochromatic Colors of #692B40
Black with #692B40
Text Example
Text Example
White with #692B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692B40; }
p { color: rgb(105,43,64); }
H1.HeaderClassName
{
color: #692B40;
}
.AnyTagClassName
{
color: #692B40;
}
</style>
background-color css
<style>
a { background-color: #692B40; }
a { background-color: rgb(105,43,64); }
div.DivClassName
{
background-color: #692B40;
}
.BgClassName
{
background-color: #692B40;
}
</style>
border-color css
<style>
span { border-color: #692B40; }
span { border-color: rgb(105,43,64); }
td.TdClassName
{
border-color: #692B40;
}
.TagClassName
{
border-color: #692B40;
}
</style>