Shades of Sirocco #617E6F
Tints of Sirocco #617E6F
RGB
CMYK
RGB Variations
Color information
#617E6F (or 0x617E6F) is known color: Sirocco. HEX triplet: 61, 7E and 6F. RGB value is (97,126,111). Sum of RGB (Red+Green+Blue) = 97+126+111=334 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.04% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 126 - color contains mainly: green. Hex color #617E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617E6F is #9E8190. Grayscale: #737373. Windows color (decimal): -10387857 or 7306849. OLE color: 7306849.
HSL color Cylindrical-coordinate representation of color #617E6F: hue angle of 148.97º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #617E6F is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 126 | 111 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.51 |
| HSL | 148.97º | 0.13% | 0.44% | - |
| HSV(B) | 148.97º | 0.23% | 0.49% | - |
| XYZ | 15.26 | 18.61 | 17.83 | - |
| YUV | 115.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 126 | 111 | 0.23 | 0 | 0.12 | 0.51 | 148.97 | 0.13 | 0.44 |
| Hex | 61 | 7E | 6F | 17 | 0 | C | 33 | 95 | D | 2C |
| Octal | 141 | 176 | 157 | 27 | 0 | 14 | 63 | 225 | 15 | 54 |
| Binary | 1100001 | 1111110 | 1101111 | 10111 | 0 | 1100 | 110011 | 10010101 | 1101 | 101100 |
Color Harmonies of #617E6F
Complementary color
Monochromatic Colors of #617E6F
Black with #617E6F
Text Example
Text Example
White with #617E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617E6F; }
p { color: rgb(97,126,111); }
H1.HeaderClassName
{
color: #617E6F;
}
.AnyTagClassName
{
color: #617E6F;
}
</style>
background-color css
<style>
a { background-color: #617E6F; }
a { background-color: rgb(97,126,111); }
div.DivClassName
{
background-color: #617E6F;
}
.BgClassName
{
background-color: #617E6F;
}
</style>
border-color css
<style>
span { border-color: #617E6F; }
span { border-color: rgb(97,126,111); }
td.TdClassName
{
border-color: #617E6F;
}
.TagClassName
{
border-color: #617E6F;
}
</style>