Shades of Sirocco #617C68
Tints of Sirocco #617C68
RGB
CMYK
RGB Variations
Color information
#617C68 (or 0x617C68) is known color: Sirocco. HEX triplet: 61, 7C and 68. RGB value is (97,124,104). Sum of RGB (Red+Green+Blue) = 97+124+104=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 124 - color contains mainly: green. Hex color #617C68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C68 is #9E8397. Grayscale: #717171. Windows color (decimal): -10388376 or 6847585. OLE color: 6847585.
HSL color Cylindrical-coordinate representation of color #617C68: hue angle of 135.56º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #617C68 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 104 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.51 |
| HSL | 135.56º | 0.12% | 0.43% | - |
| HSV(B) | 135.56º | 0.22% | 0.49% | - |
| XYZ | 14.64 | 17.96 | 15.79 | - |
| YUV | 113.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 104 | 0.22 | 0 | 0.16 | 0.51 | 135.56 | 0.12 | 0.43 |
| Hex | 61 | 7C | 68 | 16 | 0 | 10 | 33 | 88 | C | 2B |
| Octal | 141 | 174 | 150 | 26 | 0 | 20 | 63 | 210 | 14 | 53 |
| Binary | 1100001 | 1111100 | 1101000 | 10110 | 0 | 10000 | 110011 | 10001000 | 1100 | 101011 |
Color Harmonies of #617C68
Complementary color
Monochromatic Colors of #617C68
Black with #617C68
Text Example
Text Example
White with #617C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C68; }
p { color: rgb(97,124,104); }
H1.HeaderClassName
{
color: #617C68;
}
.AnyTagClassName
{
color: #617C68;
}
</style>
background-color css
<style>
a { background-color: #617C68; }
a { background-color: rgb(97,124,104); }
div.DivClassName
{
background-color: #617C68;
}
.BgClassName
{
background-color: #617C68;
}
</style>
border-color css
<style>
span { border-color: #617C68; }
span { border-color: rgb(97,124,104); }
td.TdClassName
{
border-color: #617C68;
}
.TagClassName
{
border-color: #617C68;
}
</style>