Shades of Sirocco #617065
Tints of Sirocco #617065
RGB
CMYK
RGB Variations
Color information
#617065 (or 0x617065) is known color: Sirocco. HEX triplet: 61, 70 and 65. RGB value is (97,112,101). Sum of RGB (Red+Green+Blue) = 97+112+101=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #617065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617065 is #9E8F9A. Grayscale: #6A6A6A. Windows color (decimal): -10391451 or 6647905. OLE color: 6647905.
HSL color Cylindrical-coordinate representation of color #617065: hue angle of 136º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #617065 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 112 | 101 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.56 |
| HSL | 136º | 0.07% | 0.41% | - |
| HSV(B) | 136º | 0.13% | 0.44% | - |
| XYZ | 13.07 | 15.07 | 14.53 | - |
| YUV | 106.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 112 | 101 | 0.13 | 0 | 0.10 | 0.56 | 136 | 0.07 | 0.41 |
| Hex | 61 | 70 | 65 | D | 0 | A | 38 | 88 | 7 | 29 |
| Octal | 141 | 160 | 145 | 15 | 0 | 12 | 70 | 210 | 7 | 51 |
| Binary | 1100001 | 1110000 | 1100101 | 1101 | 0 | 1010 | 111000 | 10001000 | 111 | 101001 |
Color Harmonies of #617065
Complementary color
Monochromatic Colors of #617065
Black with #617065
Text Example
Text Example
White with #617065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617065; }
p { color: rgb(97,112,101); }
H1.HeaderClassName
{
color: #617065;
}
.AnyTagClassName
{
color: #617065;
}
</style>
background-color css
<style>
a { background-color: #617065; }
a { background-color: rgb(97,112,101); }
div.DivClassName
{
background-color: #617065;
}
.BgClassName
{
background-color: #617065;
}
</style>
border-color css
<style>
span { border-color: #617065; }
span { border-color: rgb(97,112,101); }
td.TdClassName
{
border-color: #617065;
}
.TagClassName
{
border-color: #617065;
}
</style>