Shades of Sirocco #616B65
Tints of Sirocco #616B65
RGB
CMYK
RGB Variations
Color information
#616B65 (or 0x616B65) is known color: Sirocco. HEX triplet: 61, 6B and 65. RGB value is (97,107,101). Sum of RGB (Red+Green+Blue) = 97+107+101=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 107 - color contains mainly: green. Hex color #616B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616B65 is #9E949A. Grayscale: #676767. Windows color (decimal): -10392731 or 6646625. OLE color: 6646625.
HSL color Cylindrical-coordinate representation of color #616B65: hue angle of 144º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #616B65 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 97 | 107 | 101 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.58 |
| HSL | 144º | 0.05% | 0.4% | - |
| HSV(B) | 144º | 0.09% | 0.42% | - |
| XYZ | 12.54 | 14 | 14.35 | - |
| YUV | 103.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 107 | 101 | 0.09 | 0 | 0.06 | 0.58 | 144 | 0.05 | 0.4 |
| Hex | 61 | 6B | 65 | 9 | 0 | 6 | 3A | 90 | 5 | 28 |
| Octal | 141 | 153 | 145 | 11 | 0 | 6 | 72 | 220 | 5 | 50 |
| Binary | 1100001 | 1101011 | 1100101 | 1001 | 0 | 110 | 111010 | 10010000 | 101 | 101000 |
Color Harmonies of #616B65
Complementary color
Monochromatic Colors of #616B65
Black with #616B65
Text Example
Text Example
White with #616B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616B65; }
p { color: rgb(97,107,101); }
H1.HeaderClassName
{
color: #616B65;
}
.AnyTagClassName
{
color: #616B65;
}
</style>
background-color css
<style>
a { background-color: #616B65; }
a { background-color: rgb(97,107,101); }
div.DivClassName
{
background-color: #616B65;
}
.BgClassName
{
background-color: #616B65;
}
</style>
border-color css
<style>
span { border-color: #616B65; }
span { border-color: rgb(97,107,101); }
td.TdClassName
{
border-color: #616B65;
}
.TagClassName
{
border-color: #616B65;
}
</style>