Shades of Siren #602B3E
Tints of Siren #602B3E
RGB
CMYK
RGB Variations
Color information
#602B3E (or 0x602B3E) is known color: Siren. HEX triplet: 60, 2B and 3E. RGB value is (96,43,62). Sum of RGB (Red+Green+Blue) = 96+43+62=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #602B3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602B3E is #9FD4C1. Grayscale: #3C3C3C. Windows color (decimal): -10474690 or 4074336. OLE color: 4074336.
HSL color Cylindrical-coordinate representation of color #602B3E: hue angle of 338.49º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #602B3E is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 43 | 62 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.62 |
| HSL | 338.49º | 0.38% | 0.27% | - |
| HSV(B) | 338.49º | 0.55% | 0.38% | - |
| XYZ | 6.56 | 4.56 | 5.09 | - |
| YUV | 61.01 | 128.56 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 62 | 0 | 0.55 | 0.35 | 0.62 | 338.49 | 0.38 | 0.27 |
| Hex | 60 | 2B | 3E | 0 | 37 | 23 | 3E | 152 | 26 | 1B |
| Octal | 140 | 53 | 76 | 0 | 67 | 43 | 76 | 522 | 46 | 33 |
| Binary | 1100000 | 101011 | 111110 | 0 | 110111 | 100011 | 111110 | 101010010 | 100110 | 11011 |
Color Harmonies of #602B3E
Complementary color
Monochromatic Colors of #602B3E
Black with #602B3E
Text Example
Text Example
White with #602B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B3E; }
p { color: rgb(96,43,62); }
H1.HeaderClassName
{
color: #602B3E;
}
.AnyTagClassName
{
color: #602B3E;
}
</style>
background-color css
<style>
a { background-color: #602B3E; }
a { background-color: rgb(96,43,62); }
div.DivClassName
{
background-color: #602B3E;
}
.BgClassName
{
background-color: #602B3E;
}
</style>
border-color css
<style>
span { border-color: #602B3E; }
span { border-color: rgb(96,43,62); }
td.TdClassName
{
border-color: #602B3E;
}
.TagClassName
{
border-color: #602B3E;
}
</style>