Shades of Siren #662A3C
Tints of Siren #662A3C
RGB
CMYK
RGB Variations
Color information
#662A3C (or 0x662A3C) is known color: Siren. HEX triplet: 66, 2A and 3C. RGB value is (102,42,60). Sum of RGB (Red+Green+Blue) = 102+42+60=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 42 (16.80% from 255 or 20.59% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #662A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662A3C is #99D5C3. Grayscale: #3D3D3D. Windows color (decimal): -10081732 or 3943014. OLE color: 3943014.
HSL color Cylindrical-coordinate representation of color #662A3C: hue angle of 342º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #662A3C is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 42 | 60 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.6 |
| HSL | 342º | 0.42% | 0.28% | - |
| HSV(B) | 342º | 0.59% | 0.4% | - |
| XYZ | 7.12 | 4.81 | 4.83 | - |
| YUV | 61.99 | 126.88 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 42 | 60 | 0 | 0.59 | 0.41 | 0.6 | 342 | 0.42 | 0.28 |
| Hex | 66 | 2A | 3C | 0 | 3B | 29 | 3C | 156 | 2A | 1C |
| Octal | 146 | 52 | 74 | 0 | 73 | 51 | 74 | 526 | 52 | 34 |
| Binary | 1100110 | 101010 | 111100 | 0 | 111011 | 101001 | 111100 | 101010110 | 101010 | 11100 |
Color Harmonies of #662A3C
Complementary color
Monochromatic Colors of #662A3C
Black with #662A3C
Text Example
Text Example
White with #662A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662A3C; }
p { color: rgb(102,42,60); }
H1.HeaderClassName
{
color: #662A3C;
}
.AnyTagClassName
{
color: #662A3C;
}
</style>
background-color css
<style>
a { background-color: #662A3C; }
a { background-color: rgb(102,42,60); }
div.DivClassName
{
background-color: #662A3C;
}
.BgClassName
{
background-color: #662A3C;
}
</style>
border-color css
<style>
span { border-color: #662A3C; }
span { border-color: rgb(102,42,60); }
td.TdClassName
{
border-color: #662A3C;
}
.TagClassName
{
border-color: #662A3C;
}
</style>