Shades of Siren #662D38
Tints of Siren #662D38
RGB
CMYK
RGB Variations
Color information
#662D38 (or 0x662D38) is known color: Siren. HEX triplet: 66, 2D and 38. RGB value is (102,45,56). Sum of RGB (Red+Green+Blue) = 102+45+56=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 45 (17.97% from 255 or 22.17% from 203); Blue value is 56 (22.27% from 255 or 27.59% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #662D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662D38 is #99D2C7. Grayscale: #3F3F3F. Windows color (decimal): -10080968 or 3681638. OLE color: 3681638.
HSL color Cylindrical-coordinate representation of color #662D38: hue angle of 348.42º 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 #662D38 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 45 | 56 | - |
| CMYK | 0 | 0.56 | 0.45 | 0.6 |
| HSL | 348.42º | 0.39% | 0.29% | - |
| HSV(B) | 348.42º | 0.56% | 0.4% | - |
| XYZ | 7.13 | 4.99 | 4.33 | - |
| YUV | 63.3 | 123.88 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 45 | 56 | 0 | 0.56 | 0.45 | 0.6 | 348.42 | 0.39 | 0.29 |
| Hex | 66 | 2D | 38 | 0 | 38 | 2D | 3C | 15C | 27 | 1D |
| Octal | 146 | 55 | 70 | 0 | 70 | 55 | 74 | 534 | 47 | 35 |
| Binary | 1100110 | 101101 | 111000 | 0 | 111000 | 101101 | 111100 | 101011100 | 100111 | 11101 |
Color Harmonies of #662D38
Complementary color
Monochromatic Colors of #662D38
Black with #662D38
Text Example
Text Example
White with #662D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #662D38; }
p { color: rgb(102,45,56); }
H1.HeaderClassName
{
color: #662D38;
}
.AnyTagClassName
{
color: #662D38;
}
</style>
background-color css
<style>
a { background-color: #662D38; }
a { background-color: rgb(102,45,56); }
div.DivClassName
{
background-color: #662D38;
}
.BgClassName
{
background-color: #662D38;
}
</style>
border-color css
<style>
span { border-color: #662D38; }
span { border-color: rgb(102,45,56); }
td.TdClassName
{
border-color: #662D38;
}
.TagClassName
{
border-color: #662D38;
}
</style>