Shades of Siren #692F3A
Tints of Siren #692F3A
RGB
CMYK
RGB Variations
Color information
#692F3A (or 0x692F3A) is known color: Siren. HEX triplet: 69, 2F and 3A. RGB value is (105,47,58). Sum of RGB (Red+Green+Blue) = 105+47+58=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 58 (23.05% from 255 or 27.62% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #692F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692F3A is #96D0C5. Grayscale: #414141. Windows color (decimal): -9883846 or 3813225. OLE color: 3813225.
HSL color Cylindrical-coordinate representation of color #692F3A: hue angle of 348.62º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #692F3A is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 47 | 58 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.59 |
| HSL | 348.62º | 0.38% | 0.3% | - |
| HSV(B) | 348.62º | 0.55% | 0.41% | - |
| XYZ | 7.61 | 5.34 | 4.63 | - |
| YUV | 65.6 | 123.72 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 47 | 58 | 0 | 0.55 | 0.45 | 0.59 | 348.62 | 0.38 | 0.3 |
| Hex | 69 | 2F | 3A | 0 | 37 | 2D | 3B | 15D | 26 | 1E |
| Octal | 151 | 57 | 72 | 0 | 67 | 55 | 73 | 535 | 46 | 36 |
| Binary | 1101001 | 101111 | 111010 | 0 | 110111 | 101101 | 111011 | 101011101 | 100110 | 11110 |
Color Harmonies of #692F3A
Complementary color
Monochromatic Colors of #692F3A
Black with #692F3A
Text Example
Text Example
White with #692F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692F3A; }
p { color: rgb(105,47,58); }
H1.HeaderClassName
{
color: #692F3A;
}
.AnyTagClassName
{
color: #692F3A;
}
</style>
background-color css
<style>
a { background-color: #692F3A; }
a { background-color: rgb(105,47,58); }
div.DivClassName
{
background-color: #692F3A;
}
.BgClassName
{
background-color: #692F3A;
}
</style>
border-color css
<style>
span { border-color: #692F3A; }
span { border-color: rgb(105,47,58); }
td.TdClassName
{
border-color: #692F3A;
}
.TagClassName
{
border-color: #692F3A;
}
</style>