Shades of Sirocco #616F69
Tints of Sirocco #616F69
RGB
CMYK
RGB Variations
Color information
#616F69 (or 0x616F69) is known color: Sirocco. HEX triplet: 61, 6F and 69. RGB value is (97,111,105). Sum of RGB (Red+Green+Blue) = 97+111+105=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 111 - color contains mainly: green. Hex color #616F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F69 is #9E9096. Grayscale: #6A6A6A. Windows color (decimal): -10391703 or 6909793. OLE color: 6909793.
HSL color Cylindrical-coordinate representation of color #616F69: hue angle of 154.29º 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 #616F69 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 105 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.56 |
| HSL | 154.29º | 0.07% | 0.41% | - |
| HSV(B) | 154.29º | 0.13% | 0.44% | - |
| XYZ | 13.16 | 14.93 | 15.55 | - |
| YUV | 106.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 105 | 0.13 | 0 | 0.05 | 0.56 | 154.29 | 0.07 | 0.41 |
| Hex | 61 | 6F | 69 | D | 0 | 5 | 38 | 9A | 7 | 29 |
| Octal | 141 | 157 | 151 | 15 | 0 | 5 | 70 | 232 | 7 | 51 |
| Binary | 1100001 | 1101111 | 1101001 | 1101 | 0 | 101 | 111000 | 10011010 | 111 | 101001 |
Color Harmonies of #616F69
Complementary color
Monochromatic Colors of #616F69
Black with #616F69
Text Example
Text Example
White with #616F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F69; }
p { color: rgb(97,111,105); }
H1.HeaderClassName
{
color: #616F69;
}
.AnyTagClassName
{
color: #616F69;
}
</style>
background-color css
<style>
a { background-color: #616F69; }
a { background-color: rgb(97,111,105); }
div.DivClassName
{
background-color: #616F69;
}
.BgClassName
{
background-color: #616F69;
}
</style>
border-color css
<style>
span { border-color: #616F69; }
span { border-color: rgb(97,111,105); }
td.TdClassName
{
border-color: #616F69;
}
.TagClassName
{
border-color: #616F69;
}
</style>