Shades of Siren #662D3D
Tints of Siren #662D3D
RGB
CMYK
RGB Variations
Color information
#662D3D (or 0x662D3D) is known color: Siren. HEX triplet: 66, 2D and 3D. RGB value is (102,45,61). Sum of RGB (Red+Green+Blue) = 102+45+61=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #662D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D3D is #99D2C2. Grayscale: #3F3F3F. Windows color (decimal): -10080963 or 4009318. OLE color: 4009318.
HSL color Cylindrical-coordinate representation of color #662D3D: hue angle of 343.16º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #662D3D is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 61 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.6 |
| HSL | 343.16º | 0.39% | 0.29% | - |
| HSV(B) | 343.16º | 0.56% | 0.4% | - |
| XYZ | 7.26 | 5.04 | 5 | - |
| YUV | 63.87 | 126.38 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 61 | 0 | 0.56 | 0.40 | 0.6 | 343.16 | 0.39 | 0.29 |
| Hex | 66 | 2D | 3D | 0 | 38 | 28 | 3C | 157 | 27 | 1D |
| Octal | 146 | 55 | 75 | 0 | 70 | 50 | 74 | 527 | 47 | 35 |
| Binary | 1100110 | 101101 | 111101 | 0 | 111000 | 101000 | 111100 | 101010111 | 100111 | 11101 |
Color Harmonies of #662D3D
Complementary color
Monochromatic Colors of #662D3D
Black with #662D3D
Text Example
Text Example
White with #662D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D3D; }
p { color: rgb(102,45,61); }
H1.HeaderClassName
{
color: #662D3D;
}
.AnyTagClassName
{
color: #662D3D;
}
</style>
background-color css
<style>
a { background-color: #662D3D; }
a { background-color: rgb(102,45,61); }
div.DivClassName
{
background-color: #662D3D;
}
.BgClassName
{
background-color: #662D3D;
}
</style>
border-color css
<style>
span { border-color: #662D3D; }
span { border-color: rgb(102,45,61); }
td.TdClassName
{
border-color: #662D3D;
}
.TagClassName
{
border-color: #662D3D;
}
</style>