Shades of Sirocco #617C6B
Tints of Sirocco #617C6B
RGB
CMYK
RGB Variations
Color information
#617C6B (or 0x617C6B) is known color: Sirocco. HEX triplet: 61, 7C and 6B. RGB value is (97,124,107). Sum of RGB (Red+Green+Blue) = 97+124+107=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 124 - color contains mainly: green. Hex color #617C6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C6B is #9E8394. Grayscale: #727272. Windows color (decimal): -10388373 or 7044193. OLE color: 7044193.
HSL color Cylindrical-coordinate representation of color #617C6B: hue angle of 142.22º 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 #617C6B is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 124 | 107 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.51 |
| HSL | 142.22º | 0.12% | 0.43% | - |
| HSV(B) | 142.22º | 0.22% | 0.49% | - |
| XYZ | 14.79 | 18.02 | 16.61 | - |
| YUV | 113.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 107 | 0.22 | 0 | 0.14 | 0.51 | 142.22 | 0.12 | 0.43 |
| Hex | 61 | 7C | 6B | 16 | 0 | E | 33 | 8E | C | 2B |
| Octal | 141 | 174 | 153 | 26 | 0 | 16 | 63 | 216 | 14 | 53 |
| Binary | 1100001 | 1111100 | 1101011 | 10110 | 0 | 1110 | 110011 | 10001110 | 1100 | 101011 |
Color Harmonies of #617C6B
Complementary color
Monochromatic Colors of #617C6B
Black with #617C6B
Text Example
Text Example
White with #617C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617C6B; }
p { color: rgb(97,124,107); }
H1.HeaderClassName
{
color: #617C6B;
}
.AnyTagClassName
{
color: #617C6B;
}
</style>
background-color css
<style>
a { background-color: #617C6B; }
a { background-color: rgb(97,124,107); }
div.DivClassName
{
background-color: #617C6B;
}
.BgClassName
{
background-color: #617C6B;
}
</style>
border-color css
<style>
span { border-color: #617C6B; }
span { border-color: rgb(97,124,107); }
td.TdClassName
{
border-color: #617C6B;
}
.TagClassName
{
border-color: #617C6B;
}
</style>