Shades of Sirocco #617B6A
Tints of Sirocco #617B6A
RGB
CMYK
RGB Variations
Color information
#617B6A (or 0x617B6A) is known color: Sirocco. HEX triplet: 61, 7B and 6A. RGB value is (97,123,106). Sum of RGB (Red+Green+Blue) = 97+123+106=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 123 - color contains mainly: green. Hex color #617B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617B6A is #9E8495. Grayscale: #717171. Windows color (decimal): -10388630 or 6978401. OLE color: 6978401.
HSL color Cylindrical-coordinate representation of color #617B6A: hue angle of 140.77º 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 #617B6A is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 123 | 106 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.52 |
| HSL | 140.77º | 0.12% | 0.43% | - |
| HSV(B) | 140.77º | 0.21% | 0.48% | - |
| XYZ | 14.61 | 17.75 | 16.29 | - |
| YUV | 113.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 106 | 0.21 | 0 | 0.14 | 0.52 | 140.77 | 0.12 | 0.43 |
| Hex | 61 | 7B | 6A | 15 | 0 | E | 34 | 8D | C | 2B |
| Octal | 141 | 173 | 152 | 25 | 0 | 16 | 64 | 215 | 14 | 53 |
| Binary | 1100001 | 1111011 | 1101010 | 10101 | 0 | 1110 | 110100 | 10001101 | 1100 | 101011 |
Color Harmonies of #617B6A
Complementary color
Monochromatic Colors of #617B6A
Black with #617B6A
Text Example
Text Example
White with #617B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617B6A; }
p { color: rgb(97,123,106); }
H1.HeaderClassName
{
color: #617B6A;
}
.AnyTagClassName
{
color: #617B6A;
}
</style>
background-color css
<style>
a { background-color: #617B6A; }
a { background-color: rgb(97,123,106); }
div.DivClassName
{
background-color: #617B6A;
}
.BgClassName
{
background-color: #617B6A;
}
</style>
border-color css
<style>
span { border-color: #617B6A; }
span { border-color: rgb(97,123,106); }
td.TdClassName
{
border-color: #617B6A;
}
.TagClassName
{
border-color: #617B6A;
}
</style>