Shades of Sirocco #617B6C
Tints of Sirocco #617B6C
RGB
CMYK
RGB Variations
Color information
#617B6C (or 0x617B6C) is known color: Sirocco. HEX triplet: 61, 7B and 6C. RGB value is (97,123,108). Sum of RGB (Red+Green+Blue) = 97+123+108=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 123 - color contains mainly: green. Hex color #617B6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617B6C is #9E8493. Grayscale: #717171. Windows color (decimal): -10388628 or 7109473. OLE color: 7109473.
HSL color Cylindrical-coordinate representation of color #617B6C: hue angle of 145.38º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #617B6C is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 123 | 108 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.52 |
| HSL | 145.38º | 0.12% | 0.43% | - |
| HSV(B) | 145.38º | 0.21% | 0.48% | - |
| XYZ | 14.72 | 17.79 | 16.85 | - |
| YUV | 113.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 108 | 0.21 | 0 | 0.12 | 0.52 | 145.38 | 0.12 | 0.43 |
| Hex | 61 | 7B | 6C | 15 | 0 | C | 34 | 91 | C | 2B |
| Octal | 141 | 173 | 154 | 25 | 0 | 14 | 64 | 221 | 14 | 53 |
| Binary | 1100001 | 1111011 | 1101100 | 10101 | 0 | 1100 | 110100 | 10010001 | 1100 | 101011 |
Color Harmonies of #617B6C
Complementary color
Monochromatic Colors of #617B6C
Black with #617B6C
Text Example
Text Example
White with #617B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617B6C; }
p { color: rgb(97,123,108); }
H1.HeaderClassName
{
color: #617B6C;
}
.AnyTagClassName
{
color: #617B6C;
}
</style>
background-color css
<style>
a { background-color: #617B6C; }
a { background-color: rgb(97,123,108); }
div.DivClassName
{
background-color: #617B6C;
}
.BgClassName
{
background-color: #617B6C;
}
</style>
border-color css
<style>
span { border-color: #617B6C; }
span { border-color: rgb(97,123,108); }
td.TdClassName
{
border-color: #617B6C;
}
.TagClassName
{
border-color: #617B6C;
}
</style>