Shades of Sirocco #616964
Tints of Sirocco #616964
RGB
CMYK
RGB Variations
Color information
#616964 (or 0x616964) is known color: Sirocco. HEX triplet: 61, 69 and 64. RGB value is (97,105,100). Sum of RGB (Red+Green+Blue) = 97+105+100=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 105 - color contains mainly: green. Hex color #616964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616964 is #9E969B. Grayscale: #666666. Windows color (decimal): -10393244 or 6580577. OLE color: 6580577.
HSL color Cylindrical-coordinate representation of color #616964: hue angle of 142.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #616964 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 105 | 100 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.59 |
| HSL | 142.5º | 0.04% | 0.4% | - |
| HSV(B) | 142.5º | 0.08% | 0.41% | - |
| XYZ | 12.28 | 13.56 | 14.03 | - |
| YUV | 102.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 100 | 0.08 | 0 | 0.05 | 0.59 | 142.5 | 0.04 | 0.4 |
| Hex | 61 | 69 | 64 | 8 | 0 | 5 | 3B | 8E | 4 | 28 |
| Octal | 141 | 151 | 144 | 10 | 0 | 5 | 73 | 216 | 4 | 50 |
| Binary | 1100001 | 1101001 | 1100100 | 1000 | 0 | 101 | 111011 | 10001110 | 100 | 101000 |
Color Harmonies of #616964
Complementary color
Monochromatic Colors of #616964
Black with #616964
Text Example
Text Example
White with #616964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616964; }
p { color: rgb(97,105,100); }
H1.HeaderClassName
{
color: #616964;
}
.AnyTagClassName
{
color: #616964;
}
</style>
background-color css
<style>
a { background-color: #616964; }
a { background-color: rgb(97,105,100); }
div.DivClassName
{
background-color: #616964;
}
.BgClassName
{
background-color: #616964;
}
</style>
border-color css
<style>
span { border-color: #616964; }
span { border-color: rgb(97,105,100); }
td.TdClassName
{
border-color: #616964;
}
.TagClassName
{
border-color: #616964;
}
</style>