Shades of Sirocco #617B6E
Tints of Sirocco #617B6E
RGB
CMYK
RGB Variations
Color information
#617B6E (or 0x617B6E) is known color: Sirocco. HEX triplet: 61, 7B and 6E. RGB value is (97,123,110). Sum of RGB (Red+Green+Blue) = 97+123+110=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 110 (43.36% from 255 or 33.33% from 330); Max value from RGB is 123 - color contains mainly: green. Hex color #617B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617B6E is #9E8491. Grayscale: #717171. Windows color (decimal): -10388626 or 7240545. OLE color: 7240545.
HSL color Cylindrical-coordinate representation of color #617B6E: hue angle of 150º 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 #617B6E is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 123 | 110 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.52 |
| HSL | 150º | 0.12% | 0.43% | - |
| HSV(B) | 150º | 0.21% | 0.48% | - |
| XYZ | 14.83 | 17.83 | 17.41 | - |
| YUV | 113.74 | 125.89 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 110 | 0.21 | 0 | 0.11 | 0.52 | 150 | 0.12 | 0.43 |
| Hex | 61 | 7B | 6E | 15 | 0 | B | 34 | 96 | C | 2B |
| Octal | 141 | 173 | 156 | 25 | 0 | 13 | 64 | 226 | 14 | 53 |
| Binary | 1100001 | 1111011 | 1101110 | 10101 | 0 | 1011 | 110100 | 10010110 | 1100 | 101011 |
Color Harmonies of #617B6E
Complementary color
Monochromatic Colors of #617B6E
Black with #617B6E
Text Example
Text Example
White with #617B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617B6E; }
p { color: rgb(97,123,110); }
H1.HeaderClassName
{
color: #617B6E;
}
.AnyTagClassName
{
color: #617B6E;
}
</style>
background-color css
<style>
a { background-color: #617B6E; }
a { background-color: rgb(97,123,110); }
div.DivClassName
{
background-color: #617B6E;
}
.BgClassName
{
background-color: #617B6E;
}
</style>
border-color css
<style>
span { border-color: #617B6E; }
span { border-color: rgb(97,123,110); }
td.TdClassName
{
border-color: #617B6E;
}
.TagClassName
{
border-color: #617B6E;
}
</style>