Shades of Sirocco #617D6C
Tints of Sirocco #617D6C
RGB
CMYK
RGB Variations
Color information
#617D6C (or 0x617D6C) is known color: Sirocco. HEX triplet: 61, 7D and 6C. RGB value is (97,125,108). Sum of RGB (Red+Green+Blue) = 97+125+108=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 125 (49.22% from 255 or 37.88% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 125 - color contains mainly: green. Hex color #617D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617D6C is #9E8293. Grayscale: #727272. Windows color (decimal): -10388116 or 7109985. OLE color: 7109985.
HSL color Cylindrical-coordinate representation of color #617D6C: hue angle of 143.57º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #617D6C is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 125 | 108 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.51 |
| HSL | 143.57º | 0.13% | 0.44% | - |
| HSV(B) | 143.57º | 0.22% | 0.49% | - |
| XYZ | 14.97 | 18.29 | 16.93 | - |
| YUV | 114.69 | 124.22 | 115.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 125 | 108 | 0.22 | 0 | 0.14 | 0.51 | 143.57 | 0.13 | 0.44 |
| Hex | 61 | 7D | 6C | 16 | 0 | E | 33 | 90 | D | 2C |
| Octal | 141 | 175 | 154 | 26 | 0 | 16 | 63 | 220 | 15 | 54 |
| Binary | 1100001 | 1111101 | 1101100 | 10110 | 0 | 1110 | 110011 | 10010000 | 1101 | 101100 |
Color Harmonies of #617D6C
Complementary color
Monochromatic Colors of #617D6C
Black with #617D6C
Text Example
Text Example
White with #617D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617D6C; }
p { color: rgb(97,125,108); }
H1.HeaderClassName
{
color: #617D6C;
}
.AnyTagClassName
{
color: #617D6C;
}
</style>
background-color css
<style>
a { background-color: #617D6C; }
a { background-color: rgb(97,125,108); }
div.DivClassName
{
background-color: #617D6C;
}
.BgClassName
{
background-color: #617D6C;
}
</style>
border-color css
<style>
span { border-color: #617D6C; }
span { border-color: rgb(97,125,108); }
td.TdClassName
{
border-color: #617D6C;
}
.TagClassName
{
border-color: #617D6C;
}
</style>