Shades of Sirocco #616966
Tints of Sirocco #616966
RGB
CMYK
RGB Variations
Color information
#616966 (or 0x616966) is known color: Sirocco. HEX triplet: 61, 69 and 66. RGB value is (97,105,102). Sum of RGB (Red+Green+Blue) = 97+105+102=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 105 - color contains mainly: green. Hex color #616966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616966 is #9E9699. Grayscale: #666666. Windows color (decimal): -10393242 or 6711649. OLE color: 6711649.
HSL color Cylindrical-coordinate representation of color #616966: hue angle of 157.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 #616966 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 105 | 102 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.59 |
| HSL | 157.5º | 0.04% | 0.4% | - |
| HSV(B) | 157.5º | 0.08% | 0.41% | - |
| XYZ | 12.38 | 13.6 | 14.54 | - |
| YUV | 102.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 102 | 0.08 | 0 | 0.03 | 0.59 | 157.5 | 0.04 | 0.4 |
| Hex | 61 | 69 | 66 | 8 | 0 | 3 | 3B | 9E | 4 | 28 |
| Octal | 141 | 151 | 146 | 10 | 0 | 3 | 73 | 236 | 4 | 50 |
| Binary | 1100001 | 1101001 | 1100110 | 1000 | 0 | 11 | 111011 | 10011110 | 100 | 101000 |
Color Harmonies of #616966
Complementary color
Monochromatic Colors of #616966
Black with #616966
Text Example
Text Example
White with #616966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616966; }
p { color: rgb(97,105,102); }
H1.HeaderClassName
{
color: #616966;
}
.AnyTagClassName
{
color: #616966;
}
</style>
background-color css
<style>
a { background-color: #616966; }
a { background-color: rgb(97,105,102); }
div.DivClassName
{
background-color: #616966;
}
.BgClassName
{
background-color: #616966;
}
</style>
border-color css
<style>
span { border-color: #616966; }
span { border-color: rgb(97,105,102); }
td.TdClassName
{
border-color: #616966;
}
.TagClassName
{
border-color: #616966;
}
</style>