Shades of Sirocco #616F67
Tints of Sirocco #616F67
RGB
CMYK
RGB Variations
Color information
#616F67 (or 0x616F67) is known color: Sirocco. HEX triplet: 61, 6F and 67. RGB value is (97,111,103). Sum of RGB (Red+Green+Blue) = 97+111+103=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 111 - color contains mainly: green. Hex color #616F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F67 is #9E9098. Grayscale: #696969. Windows color (decimal): -10391705 or 6778721. OLE color: 6778721.
HSL color Cylindrical-coordinate representation of color #616F67: hue angle of 145.71º 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 #616F67 is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 103 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.56 |
| HSL | 145.71º | 0.07% | 0.41% | - |
| HSV(B) | 145.71º | 0.13% | 0.44% | - |
| XYZ | 13.06 | 14.89 | 15.02 | - |
| YUV | 105.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 103 | 0.13 | 0 | 0.07 | 0.56 | 145.71 | 0.07 | 0.41 |
| Hex | 61 | 6F | 67 | D | 0 | 7 | 38 | 92 | 7 | 29 |
| Octal | 141 | 157 | 147 | 15 | 0 | 7 | 70 | 222 | 7 | 51 |
| Binary | 1100001 | 1101111 | 1100111 | 1101 | 0 | 111 | 111000 | 10010010 | 111 | 101001 |
Color Harmonies of #616F67
Complementary color
Monochromatic Colors of #616F67
Black with #616F67
Text Example
Text Example
White with #616F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F67; }
p { color: rgb(97,111,103); }
H1.HeaderClassName
{
color: #616F67;
}
.AnyTagClassName
{
color: #616F67;
}
</style>
background-color css
<style>
a { background-color: #616F67; }
a { background-color: rgb(97,111,103); }
div.DivClassName
{
background-color: #616F67;
}
.BgClassName
{
background-color: #616F67;
}
</style>
border-color css
<style>
span { border-color: #616F67; }
span { border-color: rgb(97,111,103); }
td.TdClassName
{
border-color: #616F67;
}
.TagClassName
{
border-color: #616F67;
}
</style>