Shades of Siren #692C3D
Tints of Siren #692C3D
RGB
CMYK
RGB Variations
Color information
#692C3D (or 0x692C3D) is known color: Siren. HEX triplet: 69, 2C and 3D. RGB value is (105,44,61). Sum of RGB (Red+Green+Blue) = 105+44+61=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 44 (17.58% from 255 or 20.95% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #692C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692C3D is #96D3C2. Grayscale: #404040. Windows color (decimal): -9884611 or 4009065. OLE color: 4009065.
HSL color Cylindrical-coordinate representation of color #692C3D: hue angle of 343.28º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #692C3D is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 44 | 61 | - |
| CMYK | 0 | 0.58 | 0.42 | 0.59 |
| HSL | 343.28º | 0.41% | 0.29% | - |
| HSV(B) | 343.28º | 0.58% | 0.41% | - |
| XYZ | 7.57 | 5.14 | 5.01 | - |
| YUV | 64.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 44 | 61 | 0 | 0.58 | 0.42 | 0.59 | 343.28 | 0.41 | 0.29 |
| Hex | 69 | 2C | 3D | 0 | 3A | 2A | 3B | 157 | 29 | 1D |
| Octal | 151 | 54 | 75 | 0 | 72 | 52 | 73 | 527 | 51 | 35 |
| Binary | 1101001 | 101100 | 111101 | 0 | 111010 | 101010 | 111011 | 101010111 | 101001 | 11101 |
Color Harmonies of #692C3D
Complementary color
Monochromatic Colors of #692C3D
Black with #692C3D
Text Example
Text Example
White with #692C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #692C3D; }
p { color: rgb(105,44,61); }
H1.HeaderClassName
{
color: #692C3D;
}
.AnyTagClassName
{
color: #692C3D;
}
</style>
background-color css
<style>
a { background-color: #692C3D; }
a { background-color: rgb(105,44,61); }
div.DivClassName
{
background-color: #692C3D;
}
.BgClassName
{
background-color: #692C3D;
}
</style>
border-color css
<style>
span { border-color: #692C3D; }
span { border-color: rgb(105,44,61); }
td.TdClassName
{
border-color: #692C3D;
}
.TagClassName
{
border-color: #692C3D;
}
</style>